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
{{ message }}
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
This react error shows when an unmounted component attempts to update state, which is not allowed. Make sure that whatever code is calling dispatch does not run after the component is unmounted. Take a look at https://www.debuggr.io/react-update-unmounted-component/ for tips on debugging these issues.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when I use dispatch,it will error like above picture。
how to redux hooks update on an unmounted component
The text was updated successfully, but these errors were encountered: