mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Added missing link label
This commit is contained in:
parent
30ae64259d
commit
84a799f0f6
|
@ -16,7 +16,7 @@ If you develop on your local filesystem, make sure to allow Redux DevTools acces
|
||||||
|
|
||||||
Most likely you mutate the state. Check it by [adding `redux-immutable-state-invariant` middleware](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/examples/counter/store/configureStore.js#L3).
|
Most likely you mutate the state. Check it by [adding `redux-immutable-state-invariant` middleware](https://github.com/zalmoxisus/redux-devtools-extension/blob/master/examples/counter/store/configureStore.js#L3).
|
||||||
|
|
||||||
Another cause could be that you are creating multiple stores, which means that the devtools get attached to one but the application uses another. See [https://github.com/reduxjs/redux-toolkit/issues/2753]().
|
Another cause could be that you are creating multiple stores, which means that the devtools get attached to one but the application uses another. See [https://github.com/reduxjs/redux-toolkit/issues/2753](this issue).
|
||||||
|
|
||||||
### @@INIT or REPLACE action resets the state of the app or last actions RE-APPLIED
|
### @@INIT or REPLACE action resets the state of the app or last actions RE-APPLIED
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user