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
My component triggers componentWillUnmount when it is suspending.
This happens with class component while the equivalent function component with useEffect and no dependencies, works fine.
Is it possible to avoid it? some workaround?
I only want to hide the component but react-freeze unmount it everytime freeze prop changes.
The text was updated successfully, but these errors were encountered: