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

TypeError: Cannot assign to read only property 'name' of object '#<Object>' #55

Open
alirezahmz opened this issue Apr 8, 2022 · 1 comment

Comments

@alirezahmz
Copy link

I see the following error when I run the project!!
how can I fix it?

indexDB

@ammesonb
Copy link

I hit this issue today as well. It appears to happen due to multiple renders, which could be caused by a number of things.
In my case, I was using strict mode which in development caused the rendering, and thus apparently attempting to set the name multiple times. Removing that resolved the issue, but is definitely not ideal and would be better if the library handled the idempotency for multiple renders.

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

2 participants