-
-
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
keepAlive with Dynamic Components setup
hmr error
#7042
Comments
core/packages/runtime-core/src/components/KeepAlive.ts Lines 306 to 315 in 0841b9b
In this case, the core/packages/runtime-core/src/renderer.ts Lines 1154 to 1172 in aa70188
I am trying to fix this issue. |
Duplicate of #6222 |
Vue version
3.2.37
Link to minimal reproduction
https://github.com/yuntian001/keepAliveError
Steps to reproduce
src\components\HelloWorld.vue
const aa = ref('1234')
toconst aa = ref('hello')
What is expected?
no error
What is actually happening?
System Info
Any additional comments?
I saw this error mentioned, but it was closed. Please focus on it.
The text was updated successfully, but these errors were encountered: