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
Since recently, I've noticed that once I open the redux devtools, it will make the store read-only. Which means that any operations that update the store will then fail with an error like "Can not assign to read-only object"
Chrome version: Version 123.0.6312.59 (Official Build) (arm64)
devtools version: 3.1.6
The text was updated successfully, but these errors were encountered:
AlaricCalmette
changed the title
Opening the redux devtools make the redux store readonly
Opening the redux devtools makes the redux store readonly
Mar 29, 2024
Like if we open the redux dev tools and then perform something that will trigger an action that will change something in the store, for example update a value, then we will receive an error saying that it cannot update a readonly object.
This error only happen when we have the redux devtool is open
I can see a spike in these same errors since last Monday, which matches the last release. Right now it seems to happen even with the devtools/console closed.
Since recently, I've noticed that once I open the redux devtools, it will make the store read-only. Which means that any operations that update the store will then fail with an error like "Can not assign to read-only object"
Chrome version: Version 123.0.6312.59 (Official Build) (arm64)
devtools version: 3.1.6
The text was updated successfully, but these errors were encountered: