diff --git a/packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js b/packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js index 3eb3085cb5c0..f51e87f605a2 100644 --- a/packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js +++ b/packages/react-dom/src/__tests__/ReactDOMFizzServer-test.js @@ -2922,7 +2922,7 @@ describe('ReactDOMFizzServer', () => { , ); - // the client app is rendered with an intentionally incorrect text. The still Suspended component causes + // The client app is rendered with an intentionally incorrect text. The still Suspended component causes // hydration to fail silently (allowing for cache warming but otherwise skipping this boundary) until it // resolves. const [ClientApp, clientResolve] = makeApp(); diff --git a/packages/react-reconciler/src/ReactFiberHydrationContext.new.js b/packages/react-reconciler/src/ReactFiberHydrationContext.new.js index 3886b35861a2..f3ae2e63f1e6 100644 --- a/packages/react-reconciler/src/ReactFiberHydrationContext.new.js +++ b/packages/react-reconciler/src/ReactFiberHydrationContext.new.js @@ -85,8 +85,8 @@ let hydrationParentFiber: null | Fiber = null; let nextHydratableInstance: null | HydratableInstance = null; let isHydrating: boolean = false; -// this flag allows for warning supression when we expect there to be mismatches due to -// earlier mismatches or a suspended fiber. +// This flag allows for warning supression when we expect there to be mismatches +// due to earlier mismatches or a suspended fiber. let didSuspendOrErrorDEV: boolean = false; // Hydration errors that were thrown inside this boundary diff --git a/packages/react-reconciler/src/ReactFiberHydrationContext.old.js b/packages/react-reconciler/src/ReactFiberHydrationContext.old.js index d8583913aef7..f6e6ae1b25e6 100644 --- a/packages/react-reconciler/src/ReactFiberHydrationContext.old.js +++ b/packages/react-reconciler/src/ReactFiberHydrationContext.old.js @@ -85,8 +85,8 @@ let hydrationParentFiber: null | Fiber = null; let nextHydratableInstance: null | HydratableInstance = null; let isHydrating: boolean = false; -// this flag allows for warning supression when we expect there to be mismatches due to -// earlier mismatches or a suspended fiber. +// This flag allows for warning supression when we expect there to be mismatches +// due to earlier mismatches or a suspended fiber. let didSuspendOrErrorDEV: boolean = false; // Hydration errors that were thrown inside this boundary