You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Log recoverable error: Text content does not match server-rendered HTML.',
290
-
'Log recoverable error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering.',
291
-
]);
295
+
assertLog(
296
+
enableClientRenderFallbackOnTextMismatch
297
+
? [
298
+
'Log recoverable error: Text content does not match server-rendered HTML.',
299
+
'Log recoverable error: There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering.',
0 commit comments