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

HMR & clear localstorage #22

Open
leezhian opened this issue Nov 26, 2023 · 0 comments
Open

HMR & clear localstorage #22

leezhian opened this issue Nov 26, 2023 · 0 comments

Comments

@leezhian
Copy link

This issue occurred while I was reading the code.
I opened the live server plugin in vscode. After I modified the code page and updated it, the Windows data in the local storage would be garbled. The length of the array will become longer. And it cannot be fixed, even if cleaning up local storage. (The reason is that Windows Manager has already saved incorrect data and is listening for storage changes. Therefore, the error data has been continuously recovered.)
It may never appear in a production environment.

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
@leezhian and others