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
state values for mutations. It can detect mutations in reducers during a dispatch, and also mutations that occur between
60
60
dispatches (such as in a component or a selector). When a mutation is detected, it will throw an error and indicate the key
61
-
path for where the mutated value was detected in the state tree.
62
-
63
-
Forked from [`redux-immutable-state-invariant`](https://github.com/leoasis/redux-immutable-state-invariant)
61
+
path for where the mutated value was detected in the state tree. (Forked from [`redux-immutable-state-invariant`](https://github.com/leoasis/redux-immutable-state-invariant).)
64
62
65
63
-[`serializable-state-invariant-middleware`](./otherExports.md#createserializablestateinvariantmiddleware): a custom middleware created specifically for use in Redux Toolkit. Similar in
66
64
concept to `immutable-state-invariant`, but deeply checks your state tree and your actions for non-serializable values
0 commit comments