-
Notifications
You must be signed in to change notification settings - Fork 96
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
state return previous data after page refresh #35
Comments
Don't persist it, comment out |
@NoelDavies thanks for your reply. |
@larbijirari Your main process should essentially be a router / event handler, it shouldn't be doing anything chunky. I'd suggest finding another way to get your authentication to work and possibly creating a hidden/fake window to handle these tasks and offload them from your primary renderer's processing power for painting etc. |
You can delete the file that is saved manually. So in your main process check to see where that is on your file system:
Then cd into the directory and remove the It would be cool if the plugin exposed a method that let us clear the saved state (basic CRUD). But I susspect you can instantiate your own |
after page refresh store giveback previous data stored.
how can i prevent store from keeping data?
The text was updated successfully, but these errors were encountered: