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
Because our modals unmount before the Loading button completes its state update, we receive the memory leak error message shown below:
This happens for all modals (mediaModal, hyperlinkModal etc) that close once the Loading button is clicked because of the following lines in the LoadingButton.jsx component link:
Because our modals unmount before the Loading button completes its state update, we receive the memory leak error message shown below:
This happens for all modals (mediaModal, hyperlinkModal etc) that close once the Loading button is clicked because of the following lines in the
LoadingButton.jsx
component link:The text was updated successfully, but these errors were encountered: