Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening the redux devtools makes the redux store readonly #1644

Open
AlaricCalmette opened this issue Mar 29, 2024 · 3 comments
Open

Opening the redux devtools makes the redux store readonly #1644

AlaricCalmette opened this issue Mar 29, 2024 · 3 comments

Comments

@AlaricCalmette
Copy link

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

@AlaricCalmette 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
@RomainGuarinoni
Copy link

+1

@markerikson
Copy link

What do you mean by "operations that update the store"?

@RomainGuarinoni
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants