-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Label
Projects
Milestones
Assignee
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
<Transition appear>, wrapped in another node, doesn't work with Suspense
has workaround
A workaround has been found to avoid the problem
🔩 p2-edge-case
scope: suspense
scope: transition
#12435
opened Nov 18, 2024 by
upschk
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
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…
fix: When the app is unmounted, the
onMounted
of suspense in Transition should not be called
scope: suspense
wait changes
#11059
opened Jun 3, 2024 by
linzhe141
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
fix(Suspense): delay update nested suspensible child if parent suspense is not resolved
🐞 bug
Something isn't working
ready for review
This PR requires more reviews
scope: suspense
#10066
opened Jan 10, 2024 by
edison1105
Loading…
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(ssr): properly resolve suspense in teleport
ready for review
This PR requires more reviews
scope: ssr
scope: suspense
#9431
opened Oct 19, 2023 by
edison1105
Loading…
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…
Teleport rendered before async dependencies resolve in Suspense component
scope: suspense
scope: teleport
#8603
opened Jun 19, 2023 by
ploca14
Emit New feature or request
@resolved
from <suspense>
in SSR
scope: ssr
scope: suspense
✨ feature request
#8495
opened Jun 4, 2023 by
TimoStolz
App crashes when using router-view, transition, suspense and teleport
has PR
A pull request has already been submitted to solve the issue
🔩 p2-edge-case
scope: suspense
scope: teleport
scope: transition
#7966
opened Mar 27, 2023 by
Jazcash
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
fix(suspense): In nested slots suspense should return to pending state
ready for review
This PR requires more reviews
scope: suspense
#7151
opened Nov 16, 2022 by
baiwusanyu-c
Loading…
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
SSR teleports don't work with Suspense
scope: ssr
scope: suspense
scope: teleport
#6207
opened Jun 30, 2022 by
danielroe
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
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.