diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 984f648b87..4693426584 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -9f33f699e4f832971dc0f2047129f832655a3b6d +323b6e98a76fe6ee721f10d327a9a682334d1a97 diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index c002950ec6..34dba3d6e5 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -8922,16 +8922,6 @@ if (__DEV__) { return true; } - function errorHydratingContainer(parentContainer) { - { - // TODO: This gets logged by onRecoverableError, too, so we should be - // able to remove it. - error( - "An error occurred during hydration. The server HTML was replaced with client content." - ); - } - } - function warnNonHydratedInstance(fiber, rejectedCandidate) { { if (didSuspendOrErrorDEV) { @@ -32068,10 +32058,6 @@ if (__DEV__) { // Something to consider for a future refactor. var rootWorkInProgress = prepareFreshStack(root, errorRetryLanes); rootWorkInProgress.flags |= ForceClientRender; - - { - errorHydratingContainer(); - } } var exitStatus = renderRootSync(root, errorRetryLanes); @@ -36345,7 +36331,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-classic-06295a1e"; + var ReactVersion = "19.0.0-www-classic-c7ac3967"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index b92777dc4b..fd072362df 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -8885,16 +8885,6 @@ if (__DEV__) { return true; } - function errorHydratingContainer(parentContainer) { - { - // TODO: This gets logged by onRecoverableError, too, so we should be - // able to remove it. - error( - "An error occurred during hydration. The server HTML was replaced with client content." - ); - } - } - function warnNonHydratedInstance(fiber, rejectedCandidate) { { if (didSuspendOrErrorDEV) { @@ -31925,10 +31915,6 @@ if (__DEV__) { // Something to consider for a future refactor. var rootWorkInProgress = prepareFreshStack(root, errorRetryLanes); rootWorkInProgress.flags |= ForceClientRender; - - { - errorHydratingContainer(); - } } var exitStatus = renderRootSync(root, errorRetryLanes); @@ -36193,7 +36179,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-modern-2340f8c4"; + var ReactVersion = "19.0.0-www-modern-40561912"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 8935c7e2dc..afe45bcc40 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -9059,16 +9059,6 @@ if (__DEV__) { return true; } - function errorHydratingContainer(parentContainer) { - { - // TODO: This gets logged by onRecoverableError, too, so we should be - // able to remove it. - error( - "An error occurred during hydration. The server HTML was replaced with client content." - ); - } - } - function warnNonHydratedInstance(fiber, rejectedCandidate) { { if (didSuspendOrErrorDEV) { @@ -32692,10 +32682,6 @@ if (__DEV__) { // Something to consider for a future refactor. var rootWorkInProgress = prepareFreshStack(root, errorRetryLanes); rootWorkInProgress.flags |= ForceClientRender; - - { - errorHydratingContainer(); - } } var exitStatus = renderRootSync(root, errorRetryLanes); @@ -36969,7 +36955,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-classic-542ebce8"; + var ReactVersion = "19.0.0-www-classic-7d6a5e18"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index ecc0e5ed07..689af234b1 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -9022,16 +9022,6 @@ if (__DEV__) { return true; } - function errorHydratingContainer(parentContainer) { - { - // TODO: This gets logged by onRecoverableError, too, so we should be - // able to remove it. - error( - "An error occurred during hydration. The server HTML was replaced with client content." - ); - } - } - function warnNonHydratedInstance(fiber, rejectedCandidate) { { if (didSuspendOrErrorDEV) { @@ -32549,10 +32539,6 @@ if (__DEV__) { // Something to consider for a future refactor. var rootWorkInProgress = prepareFreshStack(root, errorRetryLanes); rootWorkInProgress.flags |= ForceClientRender; - - { - errorHydratingContainer(); - } } var exitStatus = renderRootSync(root, errorRetryLanes); @@ -36817,7 +36803,7 @@ if (__DEV__) { return root; } - var ReactVersion = "19.0.0-www-modern-e8df89fb"; + var ReactVersion = "19.0.0-www-modern-0276b2d8"; function createPortal$1( children, diff --git a/compiled/facebook-www/__test_utils__/ReactAllWarnings.js b/compiled/facebook-www/__test_utils__/ReactAllWarnings.js index eec42899c7..6ae85225c7 100644 --- a/compiled/facebook-www/__test_utils__/ReactAllWarnings.js +++ b/compiled/facebook-www/__test_utils__/ReactAllWarnings.js @@ -84,7 +84,6 @@ export default [ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.", "An empty string (\"\") was passed to the %s attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to %s instead of an empty string.", "An empty string (\"\") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string.", - "An error occurred during hydration. The server HTML was replaced with client content.", "An input can only specify a formAction along with type=\"submit\" or type=\"image\".", "An invalid container has been provided. This may indicate that another renderer is being used in addition to the test renderer. (For example, ReactDOM.createPortal inside of a ReactTestRenderer tree.) This is not supported.", "An optimistic state update occurred outside a transition or action. To fix, move the update to an action, or wrap with startTransition.",