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 fails when using keep-alive and Suspense. #13075

Open
hooray opened this issue Mar 20, 2025 · 0 comments · May be fixed by #13076
Open

HMR fails when using keep-alive and Suspense. #13075

hooray opened this issue Mar 20, 2025 · 0 comments · May be fixed by #13076
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: hmr scope: suspense

Comments

@hooray
Copy link

hooray commented Mar 20, 2025

Vue version

3.5.13

Link to minimal reproduction

https://github.com/minimal-reproduction/vue-keepalive-suspense

Steps to reproduce

After the second modification of the ref value, the page will not update.

Kapture.2025-03-20.at.17.19.01.mp4

What is expected?

HMR is working normally.

What is actually happening?

HMR is broken.

System Info

Any additional comments?

No response

@edison1105 edison1105 added the 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. label Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: hmr scope: suspense
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants