-
Notifications
You must be signed in to change notification settings - Fork 22
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
Doesn't seem to work on refresh #18
Comments
Looks like it is setting an empty object in the bottom |
Should be resolved with v3.0.0 |
Hi everyone, The issue is still there for me. I am using Next.js with :
The data is visible in the local Storage but it gets cleared before it can get loaded into the form. Any ideas ? Thanks ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see the data in localStorage, however when I hit refresh, the data is there then it gets cleared before it can get loaded into the form.
SessionStorage works but can't figure out whats wrong with localStorage.
The text was updated successfully, but these errors were encountered: