Skip to content

Commit 3168708

Browse files
committed
Revert "Avoid replaying SelectiveHydrationException in dev (#25754)"
This reverts commit f0534ae.
1 parent 18df7e8 commit 3168708

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-reconciler/src/ReactFiberWorkLoop.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3774,7 +3774,6 @@ if (__DEV__ && replayFailedUnitOfWorkWithInvokeGuardedCallback) {
37743774
if (
37753775
didSuspendOrErrorWhileHydratingDEV() ||
37763776
originalError === SuspenseException ||
3777-
originalError === SelectiveHydrationException ||
37783777
(originalError !== null &&
37793778
typeof originalError === 'object' &&
37803779
typeof originalError.then === 'function')

0 commit comments

Comments
 (0)