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
The reason is that it's using very old and unsupported react lifecycle hooks like componentWillMount. The goal of this issue is to update to latest versin of react-transition-group npm package.
The text was updated successfully, but these errors were encountered:
Along with the original issue described above, we also had a regression in editor scrolling to the bottom instead of the the top when loaded in the browser.
The reason is that it's using very old and unsupported react lifecycle hooks like
componentWillMount
. The goal of this issue is to update to latest versin of react-transition-group npm package.The text was updated successfully, but these errors were encountered: