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 development, a check is conducted on the result returned by the selector. It warns in the console if the result is the same as the parameter passed in, i.e. the root state.
309
309
@@ -321,16 +321,16 @@ const user = useSelector((state) => state.auth.currentUser)
321
321
By default, this will only happen when the selector is first called. You can configure the check in the Provider or at each `useSelector` call.
0 commit comments