Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork245
fix style undefined with hmr#1040
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vallemar commentedApr 15, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I have found the root cause of the problem, the problem was that undefined was being saved when adding the style initially because |
Uh oh!
There was an error while loading.Please reload this page.
I don't know why but this is breaking the hmr in my app, the
_sov.get(property)
returnsundefined
and when set toel.style[property] = originalValue;
it breaks the appClose:#1039