-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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(runtime-core): fix suspense crash when patch non-resolved async setup component #7290
Merged
yyx990803
merged 13 commits into
vuejs:minor
from
mmis1000:fix/suspense-hydration-patch-crash
Dec 12, 2023
Merged
fix(runtime-core): fix suspense crash when patch non-resolved async setup component #7290
yyx990803
merged 13 commits into
vuejs:minor
from
mmis1000:fix/suspense-hydration-patch-crash
Dec 12, 2023
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bd3f6f7 - Browse repository at this point
Copy the full SHA bd3f6f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d8b54 - Browse repository at this point
Copy the full SHA 07d8b54View commit details -
fix(runtime-core): Fix hydration crash when deep nested async compone…
…nt is not hydrated yet
Configuration menu - View commit details
-
Copy full SHA for 0a19f3d - Browse repository at this point
Copy the full SHA 0a19f3dView commit details -
fix(runtime-core): Check asyncDep instead of subTree
The null el can also happen during client rendering
Configuration menu - View commit details
-
Copy full SHA for bdf60f2 - Browse repository at this point
Copy the full SHA bdf60f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f10e67a - Browse repository at this point
Copy the full SHA f10e67aView commit details -
fix(runtime-core): Fix client side suspense update crash in proper way
The initialVNode of async setup missed the el property, which in turns cause its parent component to crash during update
Configuration menu - View commit details
-
Copy full SHA for e5910c7 - Browse repository at this point
Copy the full SHA e5910c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adef84 - Browse repository at this point
Copy the full SHA 8adef84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8e4f6 - Browse repository at this point
Copy the full SHA 4e8e4f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b338587 - Browse repository at this point
Copy the full SHA b338587View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1b4140 - Browse repository at this point
Copy the full SHA a1b4140View commit details -
Configuration menu - View commit details
-
Copy full SHA for a61280c - Browse repository at this point
Copy the full SHA a61280cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d720dbf - Browse repository at this point
Copy the full SHA d720dbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcdc72 - Browse repository at this point
Copy the full SHA fbcdc72View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.