Redux state is being set directly rather than by Redux #1953
Labels
bug
Something isn't working
frontend
javascript
Pull requests that update Javascript code
Size: L
Large sized issue
Describe the bug
Elements of the Redux state variable are being set outside of reducer that handles dispatched actions.
To Reproduce
Steps to reproduce the behavior:
./src/store.ts
.configureStore
, change the value of theimmutableCheck
property for the default middleware totrue
.npm start
to rebuild as a development build and start the application.Expected behavior
No errors reported.
Environment:
Redux reducers to be ported:
immutableCheck
in development (Port ReviewEntries to use redux-toolkit #2800)immutableCheckConfig
in./src/store.ts
to something like:The text was updated successfully, but these errors were encountered: