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
Hi, with the newest 0.18.0 version my dashboard doesn't work anymore: I load data asyncronously, and pass down a loaded prop to my dashlets. While loading blocks in react-grid-layout show a loading spinner, then (in previous versions) when receiving a new loaded=true props, they render their content. Now it's not working anymore and I think it may be related to PureComponent. Do you have any clue on how to deal with this? I'll explore as well and write down any insights I may encounter
Thanks
Andrea
The text was updated successfully, but these errors were encountered:
Hi, with the newest 0.18.0 version my dashboard doesn't work anymore: I load data asyncronously, and pass down a loaded prop to my dashlets. While loading blocks in react-grid-layout show a loading spinner, then (in previous versions) when receiving a new
loaded=true
props, they render their content. Now it's not working anymore and I think it may be related to PureComponent. Do you have any clue on how to deal with this? I'll explore as well and write down any insights I may encounterThanks
Andrea
The text was updated successfully, but these errors were encountered: