Skip to content

Conversation

eps1lon
Copy link
Collaborator

@eps1lon eps1lon commented Sep 24, 2025

When removing suspended-by from a Suspense instance we can't remove it from the parent. This works automatically for inserting since we push the Suspense instance onto the stack before we start reconciling but removal is done afterwards.

We can't pop back after we reconciled the fallback since reconciling the fallback could've advanced sibling pointers (see #34225)

@meta-cla meta-cla bot added the CLA Signed label Sep 24, 2025
@github-actions github-actions bot added the React Core Team Opened by a member of the React Core Team label Sep 24, 2025
@eps1lon eps1lon marked this pull request as ready for review September 24, 2025 17:08
@eps1lon eps1lon merged commit c44fbf4 into facebook:main Sep 24, 2025
250 checks passed
@eps1lon eps1lon deleted the sebbie/09-24-_devtools_fix_instrumentation_error_when_reconciling_promise-as-a-child branch September 24, 2025 20:50
khaled65442

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants