Skip to content

Issues: vuejs/core

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

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Issues list

fix(Suspence): handle Suspense + KeepAlive HMR updating edge case 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready to merge The PR is ready to be merged. scope: suspense
#13076 opened Mar 20, 2025 by yangxiuxiu1115 Loading…
HMR fails when using keep-alive and Suspense. 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: hmr scope: suspense
#13075 opened Mar 20, 2025 by hooray
fix(Suspense): update Suspense vnode's el during branch self-update 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#12922 opened Feb 20, 2025 by edison1105 Loading…
Suspense unmounts with an error if it renders a component with a root node implementing a client-only behavior 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem scope: suspense
#12920 opened Feb 20, 2025 by ksenkso
fix(runtime-core): properly handle async component update before resolve 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: suspense
#11619 opened Aug 15, 2024 by linzhe141 Loading…
Async Component inside Suspense doesn't receive prop update 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. has workaround A workaround has been found to avoid the problem scope: suspense
#11617 opened Aug 14, 2024 by Disservin
2
1
fix(Suspense): avoid double resolve during patch suspense 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: suspense
#11471 opened Aug 1, 2024 by edison1105 Loading…
hook onMounted has been called when app unmount 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#11037 opened May 29, 2024 by kkagura
Nested child routes and using <suspense> 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#10042 opened Jan 9, 2024 by 719media
fix(Suspense): avoid unmount activeBranch twice if wrapped in transition 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: suspense
#9392 opened Oct 13, 2023 by edison1105 Loading…
fix(runtime-dom): teleport mount after suspense is resolved 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. ready for review This PR requires more reviews scope: suspense
#8619 opened Jun 21, 2023 by baiwusanyu-c Loading…
suspense.resolve() is called without a pending branch. 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: suspense
#7506 opened Jan 11, 2023 by semiworks
Suspended component still trigger watchers while being switched out 🐞 bug Something isn't working need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further. scope: suspense
#6811 opened Oct 3, 2022 by posva
Suspense emit are inconsistent with non Async children on the initial render need guidance The approach/solution in the PR is unclear and requires guidance from maintainer to proceed further. scope: suspense
#5376 opened Feb 8, 2022 by posva
Suspense: Incorrect update Behavior if default root node is slotted has workaround A workaround has been found to avoid the problem 🐞 bug Something isn't working scope: suspense
#5247 opened Jan 12, 2022 by Faberle
ProTip! Exclude everything labeled bug with -label:bug.