From 3b9bf7625d76d0df090a8be805e732e18cdfd5f6 Mon Sep 17 00:00:00 2001 From: sebmarkbage Date: Sat, 25 Feb 2023 17:15:36 +0000 Subject: [PATCH] Move Flight Fixture to use Middleware instead of WebDevServer (#26246) This lets us put it in the same server that would be serving this content in a more real world scenario. I also de-CRA:ified this a bit by simplifying pieces we don't need. I have more refactors coming for the SSR pieces but since many are eyeing these fixtures right now I figured I'd push earlier. The design here is that there are two servers: - Global - representing a "CDN" which will also include the SSR server. - Regional - representing something close to the data with low waterfall costs which include the RSC server. This is just an example. These are using the "unbundled" strategy for the RSC server just to show a simple case, but an implementation can use a bundled SSR server. A smart SSR bundler could also put RSC and SSR in the same server and even the same JS environment. It just need to ensure that the module graphs are kept separately - so that the `react-server` condition is respected. This include `react` itself. React will start breaking if this isn't respected because the runtime will get the wrong copy of `react`. Technically, you don't need the *entire* module graph to be separated. It just needs to be any part of the graph that depends on a fork. Like if "Client A" -> "foo" and "Server B" -> "foo", then it's ok for the module "foo" to be shared. However if "foo" -> "bar", and "bar" is forked by the "react-server" condition, then "foo" also needs to be duplicated in the module graph so that it can get two copies of "bar". DiffTrain build for [e7d7d4cb4b61624c5762521370a58d941c1c46e3](https://github.com/facebook/react/commit/e7d7d4cb4b61624c5762521370a58d941c1c46e3) --- compiled/facebook-www/REVISION | 2 +- compiled/facebook-www/REVISION_TRANSFORMS | 2 +- 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 | 6 +++--- compiled/facebook-www/ReactDOM-prod.modern.js | 6 +++--- compiled/facebook-www/ReactDOM-profiling.classic.js | 6 +++--- compiled/facebook-www/ReactDOM-profiling.modern.js | 6 +++--- compiled/facebook-www/ReactDOMServer-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-dev.modern.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.classic.js | 2 +- compiled/facebook-www/ReactDOMServer-prod.modern.js | 2 +- compiled/facebook-www/ReactDOMTesting-dev.classic.js | 2 +- compiled/facebook-www/ReactDOMTesting-dev.modern.js | 2 +- compiled/facebook-www/ReactDOMTesting-prod.classic.js | 6 +++--- compiled/facebook-www/ReactDOMTesting-prod.modern.js | 6 +++--- compiled/facebook-www/ReactTestRenderer-dev.classic.js | 2 +- compiled/facebook-www/ReactTestRenderer-dev.modern.js | 2 +- 28 files changed, 42 insertions(+), 42 deletions(-) diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index edbae7439f..725ab7d0f2 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -564166099b5f46dd33f3356b01a72c0314103a18 +e7d7d4cb4b61624c5762521370a58d941c1c46e3 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index edbae7439f..725ab7d0f2 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -564166099b5f46dd33f3356b01a72c0314103a18 +e7d7d4cb4b61624c5762521370a58d941c1c46e3 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 725bbb1894..56cb78a19f 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -27,7 +27,7 @@ if ( } "use strict"; -var ReactVersion = "18.3.0-www-classic-564166099-20230224"; +var ReactVersion = "18.3.0-www-classic-e7d7d4cb4-20230225"; // ATTENTION // When adding new symbols to this file, diff --git a/compiled/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index de6fabca33..9ec45fb5d4 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -27,7 +27,7 @@ if ( } "use strict"; -var ReactVersion = "18.3.0-www-modern-564166099-20230224"; +var ReactVersion = "18.3.0-www-modern-e7d7d4cb4-20230225"; // ATTENTION // When adding new symbols to this file, diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index d06f938ae0..4312448f07 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -646,4 +646,4 @@ exports.useSyncExternalStore = function ( ); }; exports.useTransition = useTransition; -exports.version = "18.3.0-www-classic-564166099-20230224"; +exports.version = "18.3.0-www-classic-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 2892c00403..9f2e338f14 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -638,4 +638,4 @@ exports.useSyncExternalStore = function ( ); }; exports.useTransition = useTransition; -exports.version = "18.3.0-www-modern-564166099-20230224"; +exports.version = "18.3.0-www-modern-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index ccb185e0dc..2015c59b92 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -657,7 +657,7 @@ exports.useSyncExternalStore = function ( ); }; exports.useTransition = useTransition; -exports.version = "18.3.0-www-classic-564166099-20230224"; +exports.version = "18.3.0-www-classic-e7d7d4cb4-20230225"; /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if ( diff --git a/compiled/facebook-www/React-profiling.modern.js b/compiled/facebook-www/React-profiling.modern.js index cb41430bee..6492b08019 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -649,7 +649,7 @@ exports.useSyncExternalStore = function ( ); }; exports.useTransition = useTransition; -exports.version = "18.3.0-www-modern-564166099-20230224"; +exports.version = "18.3.0-www-modern-e7d7d4cb4-20230225"; /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if ( diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index 1e18877c92..85635ecd5e 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -69,7 +69,7 @@ function _assertThisInitialized(self) { return self; } -var ReactVersion = "18.3.0-www-classic-564166099-20230224"; +var ReactVersion = "18.3.0-www-classic-e7d7d4cb4-20230225"; 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 33b28248b4..744b82f07e 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -69,7 +69,7 @@ function _assertThisInitialized(self) { return self; } -var ReactVersion = "18.3.0-www-modern-564166099-20230224"; +var ReactVersion = "18.3.0-www-modern-e7d7d4cb4-20230225"; 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 59b2b81bc6..a7fcee8e74 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -9780,7 +9780,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "18.3.0-www-classic-564166099-20230224", + version: "18.3.0-www-classic-e7d7d4cb4-20230225", rendererPackageName: "react-art" }; var internals$jscomp$inline_1300 = { @@ -9811,7 +9811,7 @@ var internals$jscomp$inline_1300 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1301 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 5d0c0cd091..45abe1fbce 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -9445,7 +9445,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "18.3.0-www-modern-564166099-20230224", + version: "18.3.0-www-modern-e7d7d4cb4-20230225", rendererPackageName: "react-art" }; var internals$jscomp$inline_1280 = { @@ -9476,7 +9476,7 @@ var internals$jscomp$inline_1280 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1281 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index ee52173c4f..889e88fb57 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -42002,7 +42002,7 @@ function createFiberRoot( return root; } -var ReactVersion = "18.3.0-www-classic-564166099-20230224"; +var ReactVersion = "18.3.0-www-classic-e7d7d4cb4-20230225"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index 22b0710c47..06621b16e2 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -41606,7 +41606,7 @@ function createFiberRoot( return root; } -var ReactVersion = "18.3.0-www-modern-564166099-20230224"; +var ReactVersion = "18.3.0-www-modern-e7d7d4cb4-20230225"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index 70dd38ffcb..0c6496ab5d 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -15449,7 +15449,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1741 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-classic-564166099-20230224", + version: "18.3.0-www-classic-e7d7d4cb4-20230225", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2108 = { @@ -15479,7 +15479,7 @@ var internals$jscomp$inline_2108 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2109 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -15727,4 +15727,4 @@ exports.unstable_renderSubtreeIntoContainer = function ( ); }; exports.unstable_runWithPriority = runWithPriority; -exports.version = "18.3.0-next-564166099-20230224"; +exports.version = "18.3.0-next-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 1af60f290c..76f16f37d5 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -14978,7 +14978,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1700 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-modern-564166099-20230224", + version: "18.3.0-www-modern-e7d7d4cb4-20230225", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2072 = { @@ -15009,7 +15009,7 @@ var internals$jscomp$inline_2072 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2073 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -15186,4 +15186,4 @@ exports.unstable_flushControlled = function (fn) { } }; exports.unstable_runWithPriority = runWithPriority; -exports.version = "18.3.0-next-564166099-20230224"; +exports.version = "18.3.0-next-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index 4168bc6510..58c549715c 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -16219,7 +16219,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1821 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-classic-564166099-20230224", + version: "18.3.0-www-classic-e7d7d4cb4-20230225", rendererPackageName: "react-dom" }; (function (internals) { @@ -16263,7 +16263,7 @@ var devToolsConfig$jscomp$inline_1821 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }); assign(Internals, { ReactBrowserEventEmitter: { @@ -16498,7 +16498,7 @@ exports.unstable_renderSubtreeIntoContainer = function ( ); }; exports.unstable_runWithPriority = runWithPriority; -exports.version = "18.3.0-next-564166099-20230224"; +exports.version = "18.3.0-next-e7d7d4cb4-20230225"; /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if ( diff --git a/compiled/facebook-www/ReactDOM-profiling.modern.js b/compiled/facebook-www/ReactDOM-profiling.modern.js index b7f8cf8cff..cff4cdda75 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -15738,7 +15738,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1780 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-modern-564166099-20230224", + version: "18.3.0-www-modern-e7d7d4cb4-20230225", rendererPackageName: "react-dom" }; (function (internals) { @@ -15783,7 +15783,7 @@ var devToolsConfig$jscomp$inline_1780 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }); exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals; exports.createPortal = function (children, container) { @@ -15947,7 +15947,7 @@ exports.unstable_flushControlled = function (fn) { } }; exports.unstable_runWithPriority = runWithPriority; -exports.version = "18.3.0-next-564166099-20230224"; +exports.version = "18.3.0-next-e7d7d4cb4-20230225"; /* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */ if ( diff --git a/compiled/facebook-www/ReactDOMServer-dev.classic.js b/compiled/facebook-www/ReactDOMServer-dev.classic.js index 2a86cd9e8d..164c7884d1 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 = "18.3.0-www-classic-564166099-20230224"; +var ReactVersion = "18.3.0-www-classic-e7d7d4cb4-20230225"; // 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 ddff6705d3..645438e460 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 = "18.3.0-www-modern-564166099-20230224"; +var ReactVersion = "18.3.0-www-modern-e7d7d4cb4-20230225"; // 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 8ffea46627..737cf29a45 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -3670,4 +3670,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 = "18.3.0-www-classic-564166099-20230224"; +exports.version = "18.3.0-www-classic-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index 25ed84cc07..8ea60d7d3a 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -3568,4 +3568,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 = "18.3.0-www-modern-564166099-20230224"; +exports.version = "18.3.0-www-modern-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 69ba0fc97b..8b160379ad 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -31239,7 +31239,7 @@ function createFiberRoot( return root; } -var ReactVersion = "18.3.0-www-classic-564166099-20230224"; +var ReactVersion = "18.3.0-www-classic-e7d7d4cb4-20230225"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index f98a34e46c..7e3874ace9 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -37630,7 +37630,7 @@ function createFiberRoot( return root; } -var ReactVersion = "18.3.0-www-modern-564166099-20230224"; +var ReactVersion = "18.3.0-www-modern-e7d7d4cb4-20230225"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 62b6031265..7ef8a3271c 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -11521,7 +11521,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1535 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-classic-564166099-20230224", + version: "18.3.0-www-classic-e7d7d4cb4-20230225", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2058 = { @@ -11551,7 +11551,7 @@ var internals$jscomp$inline_2058 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2059 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -14729,4 +14729,4 @@ exports.unstable_renderSubtreeIntoContainer = function ( ); }; exports.unstable_runWithPriority = runWithPriority; -exports.version = "18.3.0-next-564166099-20230224"; +exports.version = "18.3.0-next-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 390818d66c..757259d3f1 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -13836,7 +13836,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1652 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "18.3.0-www-modern-564166099-20230224", + version: "18.3.0-www-modern-e7d7d4cb4-20230225", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2032 = { @@ -13867,7 +13867,7 @@ var internals$jscomp$inline_2032 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "18.3.0-next-564166099-20230224" + reconcilerVersion: "18.3.0-next-e7d7d4cb4-20230225" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2033 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -14187,4 +14187,4 @@ exports.unstable_flushControlled = function (fn) { } }; exports.unstable_runWithPriority = runWithPriority; -exports.version = "18.3.0-next-564166099-20230224"; +exports.version = "18.3.0-next-e7d7d4cb4-20230225"; diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index fe0452948b..949dccbdc7 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -23755,7 +23755,7 @@ function createFiberRoot( return root; } -var ReactVersion = "18.3.0-www-classic-564166099-20230224"; +var ReactVersion = "18.3.0-www-classic-e7d7d4cb4-20230225"; // Might add PROFILE later. diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index fae4f6af8d..615016e16a 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -23755,7 +23755,7 @@ function createFiberRoot( return root; } -var ReactVersion = "18.3.0-www-modern-564166099-20230224"; +var ReactVersion = "18.3.0-www-modern-e7d7d4cb4-20230225"; // Might add PROFILE later.