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

How to clear the persisted values? #38

Open
sandorvasas opened this issue Jun 11, 2021 · 2 comments
Open

How to clear the persisted values? #38

sandorvasas opened this issue Jun 11, 2021 · 2 comments

Comments

@sandorvasas
Copy link

No description provided.

@ZhihaoLau
Copy link

you could just window.localStorage.clearItem('name')

@fordooo
Copy link

fordooo commented Aug 25, 2023

Thanks, this worked for me!

Just a note it's window.localStorage.removeItem('name') instead of clearItem 😄

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