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
* strongly type slice name (#354)
* strongly type slice name
* move new generic to the end and default it to string
* Remove accidental yarn.lock
* Update DS to fix sidebar bug
* Update Docusaurus and add lockfile to 43 version (#369)
* Update Docusaurus and add lockfile to 43 version
* Fix lockfile
* Update netlify.toml to remove Yarn command
* Try forcing node version
Co-authored-by: Mark Erikson <[email protected]>
* Try adding the compressed-size-action (#372)
* Port redux-immutable-invariant and update docs
* Update lock
* Keep immutable middleware interface types during build
* Readd lock file
* Add mention of being a fork of redux-immutable-state-invariant
* Markdown formatting
Co-authored-by: Thibault Gouala <[email protected]>
Co-authored-by: Mark Erikson <[email protected]>
Co-authored-by: Alexey Pyltsyn <[email protected]>
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
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)
64
+
62
65
-[`serializable-state-invariant-middleware`](./otherExports.md#createserializablestateinvariantmiddleware): a custom middleware created specifically for use in Redux Toolkit. Similar in
63
-
concept to `redux-immutable-state-invariant`, but deeply checks your state tree and your actions for non-serializable values
66
+
concept to `immutable-state-invariant`, but deeply checks your state tree and your actions for non-serializable values
64
67
such as functions, Promises, Symbols, and other non-plain-JS-data values. When a non-serializable value is detected, a
65
68
console error will be printed with the key path for where the non-serializable value was detected.
0 commit comments