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
I pass new itemsObj changed, but charts still not rerendering, only soltuion is to key={JSON.stringify(itemsObj)} but this wont be ideal because right now big lag but if chart gets bigger even more.
How to trigger Charts to rerender when prop has changed?
I pass new itemsObj changed, but charts still not rerendering, only soltuion is to
key={JSON.stringify(itemsObj)}
but this wont be ideal because right now big lag but if chart gets bigger even more.How to trigger Charts to rerender when prop has changed?
The text was updated successfully, but these errors were encountered: