Skip to content

Conversation

@hoxyq
Copy link
Contributor

@hoxyq hoxyq commented Sep 12, 2025

 Cannot remove a Suspense node from a different parent than is being reconciled.

      3019 |       }
      3020 |       if (suspenseNode.parent !== parentNode) {
    > 3021 |         throw new Error(
           |               ^
      3022 |           'Cannot remove a Suspense node from a different parent than is being reconciled.',
      3023 |         );
      3024 |       }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant