Skip to content

Commit 10cc785

Browse files
committed
Do not replay erroring beginWork with invokeGuardedCallback when suspended or previously errored
When hydrating a suspense boundary an error or a suspending fiber can often lead to a cascade of hydration errors. While in many cases these errors are simply discarde (e.g. when the root does not commit and we fall back to client rendering) the use of invokeGuardedCallback can lead to many of these errors appearing as uncaught in the browser console. This change avoids error replaying using invokeGuardedCallback when we are hydrating a suspense boundary and have either already suspended or we have one previous error which was replayed.
1 parent ce13860 commit 10cc785

File tree

5 files changed

+467
-9
lines changed

5 files changed

+467
-9
lines changed

0 commit comments

Comments
 (0)