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
In React 18 with strict mode, after component mounts, React immediately simulates unmounting and remounting the component, update react-redux to latest version (compatible with React 18) should solve the problem.
I noticed the code below will not work in React 18 as the component renders twice during the initial rendering. in strict mode
The text was updated successfully, but these errors were encountered: