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

fix(runtime-core): Suspense can correctly call the resolved of parent suspense when there is no async deps #8242

Closed
wants to merge 4 commits into from

Conversation

baiwusanyu-c
Copy link
Member

close: #8206

…f parent suspense when there is no async deps
@baiwusanyu-c baiwusanyu-c changed the title feat(runtime-core): Suspense can correctly call the resolved method of parent suspense when there is no async deps feat(runtime-core): Suspense can correctly call the resolved of parent suspense when there is no async deps May 6, 2023
@baiwusanyu-c baiwusanyu-c changed the title feat(runtime-core): Suspense can correctly call the resolved of parent suspense when there is no async deps fix(runtime-core): Suspense can correctly call the resolved of parent suspense when there is no async deps May 6, 2023
@yyx990803
Copy link
Member

Thanks for the PR - see cleaner fix in e147512 (reused tests from this PR)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

suspensible option throws error when child of suspense is not async
3 participants