We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the storage hooks with multiple keys causes unrelated parts of the page to rerender since the dispatched event doesn't use the storage key.
There are several PRs to address this. It would be great to get one of them merged.
#276 #313 #366
The text was updated successfully, but these errors were encountered:
🐛 Prevent unrelated storage keys from being updated unexpectedly in u…
e9eceef
…seLocalStorage and useSessionStorage (#313 by @stevenvachon fixes #384)
c326dd3
…seLocalStorage and useSessionStorage (#313 by @stevenvachon fixes #384) (#437)
Thanks for the bug report 👍 Fixed in #437 Will be in the next release this week.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Using the storage hooks with multiple keys causes unrelated parts of the page to rerender since the dispatched event doesn't use the storage key.
There are several PRs to address this. It would be great to get one of them merged.
#276
#313
#366
The text was updated successfully, but these errors were encountered: