From 0727c8aaf4a6e44b04525e2f62038c2dabd9bebc Mon Sep 17 00:00:00 2001 From: yungsters Date: Thu, 30 May 2024 14:31:14 +0000 Subject: [PATCH] Revert Build Versions from Content Hash to Commit Hash (#29663) https://github.com/facebook/react/pull/29236 caused issues for internal syncs at Meta, because we were computing version numbers using file hashes (to eliminate "no-op" internal sync commits). The problem is that since version numbers may not be consistent across synced files (e.g. if some files have not changed in recent commits), the newly introduced version mismatch check fails. There's some more work that needs to be done here to restore the benefits of file-specific hashing, but for now this simply reverts the content hash changes from the following PRs: - https://github.com/facebook/react/pull/28633 (95319ab5afd384f5858f7c080573b9736e6b2f9c) - https://github.com/facebook/react/pull/28590 (37676aba76a9b97e1059e6dec39c3f401f44248d) - https://github.com/facebook/react/pull/28582 (cb076b593cec3a92338958f58468cce19cb8f0d9) - https://github.com/facebook/react/pull/26734 (5dd90c562354758942c833b0a46923176e92208e) - https://github.com/facebook/react/pull/26331 (3cad3a54eda7b2d1c670c2d414f33d78a4c3f6af) DiffTrain build for [5bd403122645ef0f0924ac5466f56e670a8f5b8d](https://github.com/facebook/react/commit/5bd403122645ef0f0924ac5466f56e670a8f5b8d) --- compiled/facebook-www/REVISION | 2 +- compiled/facebook-www/REVISION_TRANSFORMS | 1 + compiled/facebook-www/React-dev.classic.js | 2 +- compiled/facebook-www/React-dev.modern.js | 2 +- compiled/facebook-www/React-prod.classic.js | 2 +- compiled/facebook-www/React-prod.modern.js | 2 +- compiled/facebook-www/React-profiling.classic.js | 2 +- compiled/facebook-www/React-profiling.modern.js | 2 +- compiled/facebook-www/ReactART-dev.classic.js | 2 +- compiled/facebook-www/ReactART-dev.modern.js | 2 +- compiled/facebook-www/ReactART-prod.classic.js | 4 ++-- compiled/facebook-www/ReactART-prod.modern.js | 4 ++-- compiled/facebook-www/ReactDOM-dev.classic.js | 2 +- compiled/facebook-www/ReactDOM-dev.modern.js | 2 +- compiled/facebook-www/ReactDOM-prod.classic.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-prod.modern.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-profiling.classic.js | 13 ++++++++----- compiled/facebook-www/ReactDOM-profiling.modern.js | 13 ++++++++----- compiled/facebook-www/ReactDOMServer-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-dev.modern.js | 2 +- .../facebook-www/ReactDOMServer-prod.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.modern.js | 2 +- .../facebook-www/ReactDOMTesting-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMTesting-dev.modern.js | 2 +- .../facebook-www/ReactDOMTesting-prod.classic.js | 13 ++++++++----- .../facebook-www/ReactDOMTesting-prod.modern.js | 13 ++++++++----- .../facebook-www/ReactReconciler-dev.classic.js | 2 +- compiled/facebook-www/ReactReconciler-dev.modern.js | 2 +- .../facebook-www/ReactReconciler-prod.classic.js | 2 +- .../facebook-www/ReactReconciler-prod.modern.js | 2 +- .../facebook-www/ReactTestRenderer-dev.classic.js | 2 +- .../facebook-www/ReactTestRenderer-dev.modern.js | 2 +- 32 files changed, 76 insertions(+), 57 deletions(-) create mode 100644 compiled/facebook-www/REVISION_TRANSFORMS diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index 2d95d72c2050a..1061ccdb3d869 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -72644ef2f2ec7a274f79f6b32320d62757521329 +5bd403122645ef0f0924ac5466f56e670a8f5b8d diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS new file mode 100644 index 0000000000000..1061ccdb3d869 --- /dev/null +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -0,0 +1 @@ +5bd403122645ef0f0924ac5466f56e670a8f5b8d diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 3e960e073da93..84b80adc80465 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -22,7 +22,7 @@ if ( ) { __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); } -var ReactVersion = '19.0.0-www-classic-f4a35977'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; // Re-export dynamic flags from the www version. var dynamicFeatureFlags = require('ReactFeatureFlags'); diff --git a/compiled/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index 3bd76bc60cd09..5ab4bf0e1ab81 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -22,7 +22,7 @@ if ( ) { __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error()); } -var ReactVersion = '19.0.0-www-modern-85c20051'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; // Re-export dynamic flags from the www version. var dynamicFeatureFlags = require('ReactFeatureFlags'); diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 0b7d203a39dad..a85ac6b7950f2 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -684,4 +684,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-abbf2e79"; +exports.version = "19.0.0-www-classic-5bd4031226-20240530"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index be6019a1e276a..36ce44b8a450b 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -684,4 +684,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-abbf2e79"; +exports.version = "19.0.0-www-modern-5bd4031226-20240530"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index b67823963a22d..23a6759938b60 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -688,7 +688,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-d6ae41f2"; +exports.version = "19.0.0-www-classic-5bd4031226-20240530"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-profiling.modern.js b/compiled/facebook-www/React-profiling.modern.js index 4f1b0dcc4694e..35b7de3aef85c 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -688,7 +688,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-d6ae41f2"; +exports.version = "19.0.0-www-modern-5bd4031226-20240530"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index b2d3d169af776..da7a612b6a770 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -60,7 +60,7 @@ function _assertThisInitialized(self) { return self; } -var ReactVersion = '19.0.0-www-classic-e2e1fbaf'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; var LegacyRoot = 0; var ConcurrentRoot = 1; diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index d591306311d29..fd83284ec2f59 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -60,7 +60,7 @@ function _assertThisInitialized(self) { return self; } -var ReactVersion = '19.0.0-www-modern-05c03f69'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; var LegacyRoot = 0; var ConcurrentRoot = 1; diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index f9e97e5cddf12..48349e66a10ba 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -10640,7 +10640,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-classic-12951007", + version: "19.0.0-www-classic-5bd4031226-20240530", rendererPackageName: "react-art" }; var internals$jscomp$inline_1370 = { @@ -10671,7 +10671,7 @@ var internals$jscomp$inline_1370 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-12951007" + reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1371 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index e5de189ada309..b3512dbe4d5ee 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -10115,7 +10115,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-modern-fc3d605e", + version: "19.0.0-www-modern-5bd4031226-20240530", rendererPackageName: "react-art" }; var internals$jscomp$inline_1356 = { @@ -10146,7 +10146,7 @@ var internals$jscomp$inline_1356 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-fc3d605e" + reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1357 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index d1e40f026e2a6..2d79c26601b54 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -31059,7 +31059,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-b0252694'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index 12c2752780e98..0fa2b5c0076d2 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -30236,7 +30236,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-4c2e3832'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index bf1d040a58176..75bbdbdd19f46 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -17045,12 +17045,15 @@ function getCrossOriginStringAs(as, input) { return "use-credentials" === input ? input : ""; } var isomorphicReactPackageVersion$jscomp$inline_1753 = React.version; -if ("19.0.0-www-classic-8bdf4305" !== isomorphicReactPackageVersion$jscomp$inline_1753) +if ( + "19.0.0-www-classic-5bd4031226-20240530" !== + isomorphicReactPackageVersion$jscomp$inline_1753 +) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1753, - "19.0.0-www-classic-8bdf4305" + "19.0.0-www-classic-5bd4031226-20240530" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17069,7 +17072,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1760 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-8bdf4305", + version: "19.0.0-www-classic-5bd4031226-20240530", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2204 = { @@ -17099,7 +17102,7 @@ var internals$jscomp$inline_2204 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-8bdf4305" + reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2205 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17603,4 +17606,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-8bdf4305"; +exports.version = "19.0.0-www-classic-5bd4031226-20240530"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index a726d8720f520..cb3de6881dc25 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -16408,12 +16408,15 @@ function getCrossOriginStringAs(as, input) { return "use-credentials" === input ? input : ""; } var isomorphicReactPackageVersion$jscomp$inline_1724 = React.version; -if ("19.0.0-www-modern-cc8139fa" !== isomorphicReactPackageVersion$jscomp$inline_1724) +if ( + "19.0.0-www-modern-5bd4031226-20240530" !== + isomorphicReactPackageVersion$jscomp$inline_1724 +) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1724, - "19.0.0-www-modern-cc8139fa" + "19.0.0-www-modern-5bd4031226-20240530" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16432,7 +16435,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1726 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-cc8139fa", + version: "19.0.0-www-modern-5bd4031226-20240530", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2195 = { @@ -16462,7 +16465,7 @@ var internals$jscomp$inline_2195 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-cc8139fa" + reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2196 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16836,4 +16839,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-cc8139fa"; +exports.version = "19.0.0-www-modern-5bd4031226-20240530"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 3a1a67ddc5f36..6609734bbacfc 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -17814,12 +17814,15 @@ function getCrossOriginStringAs(as, input) { return "use-credentials" === input ? input : ""; } var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version; -if ("19.0.0-www-classic-13942464" !== isomorphicReactPackageVersion$jscomp$inline_1840) +if ( + "19.0.0-www-classic-5bd4031226-20240530" !== + isomorphicReactPackageVersion$jscomp$inline_1840 +) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1840, - "19.0.0-www-classic-13942464" + "19.0.0-www-classic-5bd4031226-20240530" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17838,7 +17841,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1847 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-13942464", + version: "19.0.0-www-classic-5bd4031226-20240530", rendererPackageName: "react-dom" }; (function (internals) { @@ -17882,7 +17885,7 @@ var devToolsConfig$jscomp$inline_1847 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-13942464" + reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530" }); function ReactDOMRoot(internalRoot) { this._internalRoot = internalRoot; @@ -18373,7 +18376,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-13942464"; +exports.version = "19.0.0-www-classic-5bd4031226-20240530"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-profiling.modern.js b/compiled/facebook-www/ReactDOM-profiling.modern.js index ecf167ead139b..2683478093e48 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -17160,12 +17160,15 @@ function getCrossOriginStringAs(as, input) { return "use-credentials" === input ? input : ""; } var isomorphicReactPackageVersion$jscomp$inline_1811 = React.version; -if ("19.0.0-www-modern-8f46966d" !== isomorphicReactPackageVersion$jscomp$inline_1811) +if ( + "19.0.0-www-modern-5bd4031226-20240530" !== + isomorphicReactPackageVersion$jscomp$inline_1811 +) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1811, - "19.0.0-www-modern-8f46966d" + "19.0.0-www-modern-5bd4031226-20240530" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17184,7 +17187,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1813 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-8f46966d", + version: "19.0.0-www-modern-5bd4031226-20240530", rendererPackageName: "react-dom" }; (function (internals) { @@ -17228,7 +17231,7 @@ var devToolsConfig$jscomp$inline_1813 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-8f46966d" + reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530" }); function ReactDOMRoot(internalRoot) { this._internalRoot = internalRoot; @@ -17589,7 +17592,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-8f46966d"; +exports.version = "19.0.0-www-modern-5bd4031226-20240530"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOMServer-dev.classic.js b/compiled/facebook-www/ReactDOMServer-dev.classic.js index b7d277f9abc41..049beb11ca6bf 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -19,7 +19,7 @@ if (__DEV__) { var React = require('react'); var ReactDOM = require('react-dom'); -var ReactVersion = '19.0.0-www-classic-d677c24a'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; // This refers to a WWW module. var warningWWW = require('warning'); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index f31f3b3711a33..9f0333894b0d7 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -19,7 +19,7 @@ if (__DEV__) { var React = require('react'); var ReactDOM = require('react-dom'); -var ReactVersion = '19.0.0-www-modern-c13e0cef'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; // This refers to a WWW module. var warningWWW = require('warning'); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index c921771d5a510..ec42c13e1bfcf 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -5699,4 +5699,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.0.0-www-classic-444074d7"; +exports.version = "19.0.0-www-classic-5bd4031226-20240530"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index c0707f8cd7291..9a93396954c72 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -5677,4 +5677,4 @@ exports.renderToString = function (children, options) { 'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server' ); }; -exports.version = "19.0.0-www-modern-df91acfc"; +exports.version = "19.0.0-www-modern-5bd4031226-20240530"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index b30d26b1c27fb..2ad13cd66cc1f 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -31625,7 +31625,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-897ea709'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 47701ce4ba108..82a56a9978b41 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -30802,7 +30802,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-8ac3e0b0'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation. implementation) { diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 8b471bfe5b900..339c170a48049 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -17374,12 +17374,15 @@ function getCrossOriginStringAs(as, input) { return "use-credentials" === input ? input : ""; } var isomorphicReactPackageVersion$jscomp$inline_1783 = React.version; -if ("19.0.0-www-classic-1dd981af" !== isomorphicReactPackageVersion$jscomp$inline_1783) +if ( + "19.0.0-www-classic-5bd4031226-20240530" !== + isomorphicReactPackageVersion$jscomp$inline_1783 +) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1783, - "19.0.0-www-classic-1dd981af" + "19.0.0-www-classic-5bd4031226-20240530" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17398,7 +17401,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1790 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-1dd981af", + version: "19.0.0-www-classic-5bd4031226-20240530", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2239 = { @@ -17428,7 +17431,7 @@ var internals$jscomp$inline_2239 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-1dd981af" + reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2240 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18083,4 +18086,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-1dd981af"; +exports.version = "19.0.0-www-classic-5bd4031226-20240530"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 70e828e762c53..b1b56d3c2ef35 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -16796,12 +16796,15 @@ function getCrossOriginStringAs(as, input) { return "use-credentials" === input ? input : ""; } var isomorphicReactPackageVersion$jscomp$inline_1754 = React.version; -if ("19.0.0-www-modern-fb5a5297" !== isomorphicReactPackageVersion$jscomp$inline_1754) +if ( + "19.0.0-www-modern-5bd4031226-20240530" !== + isomorphicReactPackageVersion$jscomp$inline_1754 +) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1754, - "19.0.0-www-modern-fb5a5297" + "19.0.0-www-modern-5bd4031226-20240530" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16820,7 +16823,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1756 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-fb5a5297", + version: "19.0.0-www-modern-5bd4031226-20240530", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2230 = { @@ -16850,7 +16853,7 @@ var internals$jscomp$inline_2230 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-fb5a5297" + reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2231 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17375,4 +17378,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-fb5a5297"; +exports.version = "19.0.0-www-modern-5bd4031226-20240530"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index c82c66e69afe2..c1a3d7bffc1d8 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -28827,7 +28827,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-248d5d57'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index 7c211a0e3a3a1..174a4c98622e3 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -28095,7 +28095,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-95d7bd22'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index b614c7271be17..6c6fbce144ec2 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -12636,7 +12636,7 @@ module.exports = function ($$$config) { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-c44a847d" + reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530" }; if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) devToolsConfig = !1; diff --git a/compiled/facebook-www/ReactReconciler-prod.modern.js b/compiled/facebook-www/ReactReconciler-prod.modern.js index 2f94eda3cd399..14d8251ebdebe 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -12149,7 +12149,7 @@ module.exports = function ($$$config) { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-2af71c41" + reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530" }; if ("undefined" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) devToolsConfig = !1; diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index b65f9dd1b1e8e..8e580effae547 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -23313,7 +23313,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-classic-dd5f1896'; +var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 172932862c2cb..c9ebedb01f6c7 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -23313,7 +23313,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition return root; } -var ReactVersion = '19.0.0-www-modern-dd5f1896'; +var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530'; /* * The `'' + value` pattern (used in perf-sensitive code) throws for Symbol