-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Fix: HMR on keepalive components caused error (fix #5073) #5165
Conversation
Whether the problem has been solved and repaired, and whether the latest version has been solved. At present, I use "Vue": "^ 3.2.13"; The problem still exists |
Can this get some attention, please? Working without HMR is extremely annoying. |
@yyx990803 This problem has existed for a long time. there is a complete test case in |
✅ Deploy Preview for vue-next-template-explorer ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vuejs-coverage ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for vue-sfc-playground ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@yyx990803 尝试了3.2.37版本,这个问题依然存在,希望能在下个版本中看到它被修复了,虽然刷新一下浏览器,它就没问题了,但每次热更它总出现在控制台里,很烦人, #4387 #5073 都是这个问题,谢谢了。 |
同样的[email protected]版本,同样的报错信息,使用vite构建,热更新无法使用 |
The first |
I find that this problem does not occur when using the option API. Only when using the setup API will the hot update fail! |
I tried [email protected] version and still have this error |
实测3.2.45已经没有提示该错误 |
Thanks for your PR, but this issue has been fixed in v3.2.45, see #7049. |
still getting this error on 3.2.45 |
still getting this error on ^3.2.47 |
still getting this error on ^3.3.4 |
close #5073