You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behaviour: When the state of a cell is updated, only the current cell should be re-rendered
Actual behaviour: All cells in the cell group are re-rendered.
When working with large cell groups this causes slowness in the app. This can probably be fixed by using memoization
Other info
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
It seems that state changes inside single cells do not cause others to rerender. Was this what you meant, or was the issue you described triggered by something else?
@HaakonSvane I was having this issue using it for Country Information, but I was struggling to reproduce the issue in Chronicles. @tormodAase did you take a look at this, and did you manage to reproduce the problem?
Package / App
MAD Components
Version
0.13.0
What happened?
Expected behaviour: When the state of a cell is updated, only the current cell should be re-rendered
Actual behaviour: All cells in the cell group are re-rendered.
When working with large cell groups this causes slowness in the app. This can probably be fixed by using memoization
Other info
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: