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
In our storybook we use only static examples, so we can't see this bug, but when we update data in Line charts (at least inside the grid), there is an error, size of Line charts doesn't update. I guess this is due to React.memo.
Quick fix: remove React.memo.
Proper fix: introduce example with dynamic data in stories and figure out how to make React.memo to work in this case
In our storybook we use only static examples, so we can't see this bug, but when we update data in Line charts (at least inside the grid), there is an error, size of Line charts doesn't update. I guess this is due to
React.memo.Quick fix: remove
React.memo.Proper fix: introduce example with dynamic data in stories and figure out how to make
React.memoto work in this case