-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
Description
Vue version
3.2.39
Link to minimal reproduction
https://stackblitz.com/edit/github-fktkzl-2bccdr
Steps to reproduce
-
Load the app with
npm run dev
if it does not auto-start, looking at the browser console log. -
Press the 'Trigger suspense' button
What is expected?
I expect both in the initial hydration and in the subsequent suspense invocation for suspense not to have resolved by the time the async child component runs its setup.
What is actually happening?
In the initial hydration of the app, <Suspense>
does not include child components within its cloak of suspense.
System Info
No response
Any additional comments?
No response
atinux, PanMisza, Lehoczky, pionxzh, dargmuesli and 4 morecodeflorist