diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index cbc2cf5a75..170bc3f7ba 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -0e352ea01c0209b6c5e23f0e857af4e01c783024 +c4c87e049b891ebc38a7a14b8c93285c877e90af diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 27df2caf8a..363b34305e 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -587,4 +587,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "18.3.0-www-classic-93c0536e"; +exports.version = "18.3.0-www-classic-b6e8ec88"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 44bdabcde8..cbcb5cfc96 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -579,4 +579,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactCurrentDispatcher.current.useTransition(); }; -exports.version = "18.3.0-www-modern-bd02fc79"; +exports.version = "18.3.0-www-modern-7fb93a7a"; diff --git a/compiled/facebook-www/ReactART-dev.classic.js b/compiled/facebook-www/ReactART-dev.classic.js index 826de6839b..96b0a0ea48 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -66,7 +66,7 @@ if (__DEV__) { return self; } - var ReactVersion = "18.3.0-www-classic-6755280f"; + var ReactVersion = "18.3.0-www-classic-845b4481"; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -18667,9 +18667,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 7e7dea9876..edd2ef6cdd 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -66,7 +66,7 @@ if (__DEV__) { return self; } - var ReactVersion = "18.3.0-www-modern-adf7c13c"; + var ReactVersion = "18.3.0-www-modern-b4d8ae24"; var LegacyRoot = 0; var ConcurrentRoot = 1; @@ -18340,9 +18340,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 49901c6761..1075feca7f 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -23663,9 +23663,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } @@ -34881,7 +34884,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-classic-a5cdf515"; + var ReactVersion = "18.3.0-www-classic-d456dfab"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index d4d19298aa..3b2a95cefd 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -23522,9 +23522,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } @@ -34702,7 +34705,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-modern-b881b4d4"; + var ReactVersion = "18.3.0-www-modern-81cc9bc4"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 1fe612e31c..9e04f7be65 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-adf7c13c"; + var ReactVersion = "18.3.0-www-modern-b4d8ae24"; // This refers to a WWW module. var warningWWW = require("warning"); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index e489cabe36..f3e7e6905f 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -23800,9 +23800,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } @@ -35505,7 +35508,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-classic-488f91a4"; + var ReactVersion = "18.3.0-www-classic-adaf3ac3"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index ca8943334b..a4f9ef5d07 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -23659,9 +23659,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } @@ -35326,7 +35329,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-modern-bd02fc79"; + var ReactVersion = "18.3.0-www-modern-7fb93a7a"; function createPortal$1( children, diff --git a/compiled/facebook-www/ReactTestRenderer-dev.classic.js b/compiled/facebook-www/ReactTestRenderer-dev.classic.js index b4b5659d89..c02b6c39e9 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -16702,9 +16702,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } @@ -25810,7 +25813,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-classic-93c0536e"; + var ReactVersion = "18.3.0-www-classic-b6e8ec88"; // Might add PROFILE later. diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index 464ad9fce3..e79f2c409f 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -16702,9 +16702,12 @@ if (__DEV__) { }; } + /** + * Tag the fiber with an update effect. This turns a Placement into + * a PlacementAndUpdate. + */ + function markUpdate(workInProgress) { - // Tag the fiber with an update effect. This turns a Placement into - // a PlacementAndUpdate. workInProgress.flags |= Update; } @@ -25810,7 +25813,7 @@ if (__DEV__) { return root; } - var ReactVersion = "18.3.0-www-modern-b9808d6c"; + var ReactVersion = "18.3.0-www-modern-73e7dcee"; // Might add PROFILE later.