diff --git a/compiled/facebook-www/JSXDEVRuntime-dev.classic.js b/compiled/facebook-www/JSXDEVRuntime-dev.classic.js index f64369cdc015d..700712f9b2f7f 100644 --- a/compiled/facebook-www/JSXDEVRuntime-dev.classic.js +++ b/compiled/facebook-www/JSXDEVRuntime-dev.classic.js @@ -182,8 +182,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -853,6 +859,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map diff --git a/compiled/facebook-www/JSXDEVRuntime-dev.modern.js b/compiled/facebook-www/JSXDEVRuntime-dev.modern.js index 11911356d1826..fa32b74089dbd 100644 --- a/compiled/facebook-www/JSXDEVRuntime-dev.modern.js +++ b/compiled/facebook-www/JSXDEVRuntime-dev.modern.js @@ -182,8 +182,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -849,6 +855,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map diff --git a/compiled/facebook-www/REVISION b/compiled/facebook-www/REVISION index e7d3a718dba01..1bd2e3987e4a4 100644 --- a/compiled/facebook-www/REVISION +++ b/compiled/facebook-www/REVISION @@ -1 +1 @@ -1b0132c05acabae5aebd32c2cadddfb16bda70bc +df783f9ea1b6f95e05f830602da1de5ffb325d30 diff --git a/compiled/facebook-www/REVISION_TRANSFORMS b/compiled/facebook-www/REVISION_TRANSFORMS index e7d3a718dba01..1bd2e3987e4a4 100644 --- a/compiled/facebook-www/REVISION_TRANSFORMS +++ b/compiled/facebook-www/REVISION_TRANSFORMS @@ -1 +1 @@ -1b0132c05acabae5aebd32c2cadddfb16bda70bc +df783f9ea1b6f95e05f830602da1de5ffb325d30 diff --git a/compiled/facebook-www/React-dev.classic.js b/compiled/facebook-www/React-dev.classic.js index 65b046731aecc..acbc6e09a017e 100644 --- a/compiled/facebook-www/React-dev.classic.js +++ b/compiled/facebook-www/React-dev.classic.js @@ -268,8 +268,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -1303,6 +1309,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -1991,7 +1998,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; + exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-dev.modern.js b/compiled/facebook-www/React-dev.modern.js index cbdd4a5f6cac4..a491fb3444989 100644 --- a/compiled/facebook-www/React-dev.modern.js +++ b/compiled/facebook-www/React-dev.modern.js @@ -268,8 +268,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -1299,6 +1305,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -1971,7 +1978,7 @@ __DEV__ && exports.useTransition = function () { return resolveDispatcher().useTransition(); }; - exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; + exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/React-prod.classic.js b/compiled/facebook-www/React-prod.classic.js index 4c18b73d78a75..32d8dd7ee639a 100644 --- a/compiled/facebook-www/React-prod.classic.js +++ b/compiled/facebook-www/React-prod.classic.js @@ -669,4 +669,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; +exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/React-prod.modern.js b/compiled/facebook-www/React-prod.modern.js index 30f7e3ce0167f..913e1519c0f7a 100644 --- a/compiled/facebook-www/React-prod.modern.js +++ b/compiled/facebook-www/React-prod.modern.js @@ -669,4 +669,4 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; +exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/React-profiling.classic.js b/compiled/facebook-www/React-profiling.classic.js index 612cc3acfb4cc..081fed7d1de1d 100644 --- a/compiled/facebook-www/React-profiling.classic.js +++ b/compiled/facebook-www/React-profiling.classic.js @@ -673,7 +673,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; +exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; "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 e2a6b957db88a..0ba0c1f6944f1 100644 --- a/compiled/facebook-www/React-profiling.modern.js +++ b/compiled/facebook-www/React-profiling.modern.js @@ -673,7 +673,7 @@ exports.useSyncExternalStore = function ( exports.useTransition = function () { return ReactSharedInternals.H.useTransition(); }; -exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; +exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; "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 a7684962f8453..ecb20020dad4d 100644 --- a/compiled/facebook-www/ReactART-dev.classic.js +++ b/compiled/facebook-www/ReactART-dev.classic.js @@ -388,8 +388,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -603,7 +609,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -14917,6 +14923,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -16934,14 +16941,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }); })({ findFiberByHostInstance: function () { return null; }, bundleType: 1, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-art" }); var ClippingRectangle = TYPES.CLIPPING_RECTANGLE, diff --git a/compiled/facebook-www/ReactART-dev.modern.js b/compiled/facebook-www/ReactART-dev.modern.js index 388e330a5db81..776edd742e8e9 100644 --- a/compiled/facebook-www/ReactART-dev.modern.js +++ b/compiled/facebook-www/ReactART-dev.modern.js @@ -385,8 +385,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -600,7 +606,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -14353,6 +14359,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -16364,14 +16371,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }); })({ findFiberByHostInstance: function () { return null; }, bundleType: 1, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-art" }); var ClippingRectangle = TYPES.CLIPPING_RECTANGLE, diff --git a/compiled/facebook-www/ReactART-prod.classic.js b/compiled/facebook-www/ReactART-prod.classic.js index 1cc6246ddf669..7b5f92ecc582a 100644 --- a/compiled/facebook-www/ReactART-prod.classic.js +++ b/compiled/facebook-www/ReactART-prod.classic.js @@ -243,7 +243,8 @@ function getComponentNameFromFiber(fiber) { } var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -251,8 +252,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -10711,7 +10718,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-art" }; var internals$jscomp$inline_1386 = { @@ -10742,7 +10749,7 @@ var internals$jscomp$inline_1386 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1387 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactART-prod.modern.js b/compiled/facebook-www/ReactART-prod.modern.js index 48774ca4ad4bd..71b75e129bfb8 100644 --- a/compiled/facebook-www/ReactART-prod.modern.js +++ b/compiled/facebook-www/ReactART-prod.modern.js @@ -117,7 +117,8 @@ function getIteratorFn(maybeIterable) { Symbol.for("react.client.reference"); var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -125,8 +126,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -10164,7 +10171,7 @@ var slice = Array.prototype.slice, return null; }, bundleType: 0, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-art" }; var internals$jscomp$inline_1372 = { @@ -10195,7 +10202,7 @@ var internals$jscomp$inline_1372 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_1373 = __REACT_DEVTOOLS_GLOBAL_HOOK__; diff --git a/compiled/facebook-www/ReactDOM-dev.classic.js b/compiled/facebook-www/ReactDOM-dev.classic.js index 09039260f4892..ee863431f2a1d 100644 --- a/compiled/facebook-www/ReactDOM-dev.classic.js +++ b/compiled/facebook-www/ReactDOM-dev.classic.js @@ -372,8 +372,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -587,7 +593,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -23857,6 +23863,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -27370,11 +27377,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-1b0132c05a-20240706" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-df783f9ea1-20240708" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.0.0-www-classic-1b0132c05a-20240706\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-df783f9ea1-20240708\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27440,12 +27447,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-dom" }) && canUseDOM && @@ -28088,7 +28095,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; + exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-dev.modern.js b/compiled/facebook-www/ReactDOM-dev.modern.js index e8b71559d0958..748eecea0b2bf 100644 --- a/compiled/facebook-www/ReactDOM-dev.modern.js +++ b/compiled/facebook-www/ReactDOM-dev.modern.js @@ -369,8 +369,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -584,7 +590,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -23010,6 +23016,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -26517,11 +26524,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-1b0132c05a-20240706" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-df783f9ea1-20240708" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.0.0-www-modern-1b0132c05a-20240706\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-df783f9ea1-20240708\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26586,12 +26593,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-dom" }) && canUseDOM && @@ -27187,7 +27194,7 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; + exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && diff --git a/compiled/facebook-www/ReactDOM-prod.classic.js b/compiled/facebook-www/ReactDOM-prod.classic.js index 6a9a9615326fa..726c09d43c68d 100644 --- a/compiled/facebook-www/ReactDOM-prod.classic.js +++ b/compiled/facebook-www/ReactDOM-prod.classic.js @@ -220,7 +220,8 @@ function getComponentNameFromFiber(fiber) { } var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -228,8 +229,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -17156,14 +17163,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1769 = React.version; if ( - "19.0.0-www-classic-1b0132c05a-20240706" !== + "19.0.0-www-classic-df783f9ea1-20240708" !== isomorphicReactPackageVersion$jscomp$inline_1769 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1769, - "19.0.0-www-classic-1b0132c05a-20240706" + "19.0.0-www-classic-df783f9ea1-20240708" ) ); function flushSyncFromReconciler(fn) { @@ -17209,7 +17216,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1776 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2220 = { @@ -17239,7 +17246,7 @@ var internals$jscomp$inline_2220 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2221 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17703,4 +17710,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; +exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/ReactDOM-prod.modern.js b/compiled/facebook-www/ReactDOM-prod.modern.js index 1accd33c2ab21..25e92ec22c525 100644 --- a/compiled/facebook-www/ReactDOM-prod.modern.js +++ b/compiled/facebook-www/ReactDOM-prod.modern.js @@ -94,7 +94,8 @@ function getIteratorFn(maybeIterable) { Symbol.for("react.client.reference"); var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -102,8 +103,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -16471,14 +16478,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1740 = React.version; if ( - "19.0.0-www-modern-1b0132c05a-20240706" !== + "19.0.0-www-modern-df783f9ea1-20240708" !== isomorphicReactPackageVersion$jscomp$inline_1740 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1740, - "19.0.0-www-modern-1b0132c05a-20240706" + "19.0.0-www-modern-df783f9ea1-20240708" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16497,7 +16504,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1742 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2211 = { @@ -16527,7 +16534,7 @@ var internals$jscomp$inline_2211 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2212 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -16898,4 +16905,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; +exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/ReactDOM-profiling.classic.js b/compiled/facebook-www/ReactDOM-profiling.classic.js index bac9475da9233..e52ab72e71bc8 100644 --- a/compiled/facebook-www/ReactDOM-profiling.classic.js +++ b/compiled/facebook-www/ReactDOM-profiling.classic.js @@ -225,7 +225,8 @@ function getComponentNameFromFiber(fiber) { } var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -233,8 +234,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -17923,14 +17930,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1856 = React.version; if ( - "19.0.0-www-classic-1b0132c05a-20240706" !== + "19.0.0-www-classic-df783f9ea1-20240708" !== isomorphicReactPackageVersion$jscomp$inline_1856 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1856, - "19.0.0-www-classic-1b0132c05a-20240706" + "19.0.0-www-classic-df783f9ea1-20240708" ) ); function flushSyncFromReconciler(fn) { @@ -17976,7 +17983,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1863 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-dom" }; (function (internals) { @@ -18020,7 +18027,7 @@ var devToolsConfig$jscomp$inline_1863 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }); function ReactDOMRoot(internalRoot) { this._internalRoot = internalRoot; @@ -18471,7 +18478,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; +exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; "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 1beb31b3235c1..44b74f186a975 100644 --- a/compiled/facebook-www/ReactDOM-profiling.modern.js +++ b/compiled/facebook-www/ReactDOM-profiling.modern.js @@ -99,7 +99,8 @@ function getIteratorFn(maybeIterable) { Symbol.for("react.client.reference"); var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -107,8 +108,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -17221,14 +17228,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1827 = React.version; if ( - "19.0.0-www-modern-1b0132c05a-20240706" !== + "19.0.0-www-modern-df783f9ea1-20240708" !== isomorphicReactPackageVersion$jscomp$inline_1827 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1827, - "19.0.0-www-modern-1b0132c05a-20240706" + "19.0.0-www-modern-df783f9ea1-20240708" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -17247,7 +17254,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1829 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-dom" }; (function (internals) { @@ -17291,7 +17298,7 @@ var devToolsConfig$jscomp$inline_1829 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }); function ReactDOMRoot(internalRoot) { this._internalRoot = internalRoot; @@ -17649,7 +17656,7 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; +exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; "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 b8e4193642a03..c359e7c179e55 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.classic.js +++ b/compiled/facebook-www/ReactDOMServer-dev.classic.js @@ -4086,8 +4086,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -4563,7 +4569,7 @@ __DEV__ && if ("string" === typeof componentInfo.name) { var name = componentInfo.name, env = componentInfo.env; - env && (name += " (" + env + ")"); + env && (name += " [" + env + "]"); task.componentStack = { tag: 3, parent: task.componentStack, @@ -8911,6 +8917,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -8944,5 +8951,5 @@ __DEV__ && '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-1b0132c05a-20240706"; + exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-dev.modern.js b/compiled/facebook-www/ReactDOMServer-dev.modern.js index 2ad44e2f34616..bd98b23b250bf 100644 --- a/compiled/facebook-www/ReactDOMServer-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServer-dev.modern.js @@ -4078,8 +4078,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -4550,7 +4556,7 @@ __DEV__ && if ("string" === typeof componentInfo.name) { var name = componentInfo.name, env = componentInfo.env; - env && (name += " (" + env + ")"); + env && (name += " [" + env + "]"); task.componentStack = { tag: 3, parent: task.componentStack, @@ -8854,6 +8860,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -8887,5 +8894,5 @@ __DEV__ && '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-1b0132c05a-20240706"; + exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; })(); diff --git a/compiled/facebook-www/ReactDOMServer-prod.classic.js b/compiled/facebook-www/ReactDOMServer-prod.classic.js index eda5c68397da4..4570fa6e658d0 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.classic.js +++ b/compiled/facebook-www/ReactDOMServer-prod.classic.js @@ -3369,7 +3369,8 @@ var currentResumableState = null, return null; } }, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -3377,8 +3378,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -5793,4 +5800,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-1b0132c05a-20240706"; +exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/ReactDOMServer-prod.modern.js b/compiled/facebook-www/ReactDOMServer-prod.modern.js index d1d7560b6f51d..1c85009b0369f 100644 --- a/compiled/facebook-www/ReactDOMServer-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServer-prod.modern.js @@ -3361,7 +3361,8 @@ var currentResumableState = null, return null; } }, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -3369,8 +3370,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -5755,4 +5762,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-1b0132c05a-20240706"; +exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js b/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js index e161f2f0cc1ac..f25c951a5971d 100644 --- a/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js +++ b/compiled/facebook-www/ReactDOMServerStreaming-dev.modern.js @@ -3873,8 +3873,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -4329,7 +4335,7 @@ __DEV__ && if ("string" === typeof componentInfo.name) { var name = componentInfo.name, env = componentInfo.env; - env && (name += " (" + env + ")"); + env && (name += " [" + env + "]"); task.componentStack = { tag: 3, parent: task.componentStack, @@ -8246,6 +8252,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map diff --git a/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js b/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js index 6d18fec7d109b..5fd8f447fdf42 100644 --- a/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js +++ b/compiled/facebook-www/ReactDOMServerStreaming-prod.modern.js @@ -3252,7 +3252,8 @@ var currentResumableState = null, return null; } }, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -3260,8 +3261,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { diff --git a/compiled/facebook-www/ReactDOMTesting-dev.classic.js b/compiled/facebook-www/ReactDOMTesting-dev.classic.js index 6bba48a5ec51f..6d693209882e0 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.classic.js @@ -372,8 +372,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -587,7 +593,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -24141,6 +24147,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -27704,11 +27711,11 @@ __DEV__ && : flushSyncErrorInBuildsThatSupportLegacyMode; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-classic-1b0132c05a-20240706" !== isomorphicReactPackageVersion) + if ("19.0.0-www-classic-df783f9ea1-20240708" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.0.0-www-classic-1b0132c05a-20240706\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-classic-df783f9ea1-20240708\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -27774,12 +27781,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-dom" }) && canUseDOM && @@ -28588,5 +28595,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; + exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-dev.modern.js b/compiled/facebook-www/ReactDOMTesting-dev.modern.js index 0f1ec6af44aeb..338824ffbb3f2 100644 --- a/compiled/facebook-www/ReactDOMTesting-dev.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-dev.modern.js @@ -369,8 +369,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -584,7 +590,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -23294,6 +23300,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -26851,11 +26858,11 @@ __DEV__ && return_targetInst = null; (function () { var isomorphicReactPackageVersion = React.version; - if ("19.0.0-www-modern-1b0132c05a-20240706" !== isomorphicReactPackageVersion) + if ("19.0.0-www-modern-df783f9ea1-20240708" !== isomorphicReactPackageVersion) throw Error( 'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' + (isomorphicReactPackageVersion + - "\n - react-dom: 19.0.0-www-modern-1b0132c05a-20240706\nLearn more: https://react.dev/warnings/version-mismatch") + "\n - react-dom: 19.0.0-www-modern-df783f9ea1-20240708\nLearn more: https://react.dev/warnings/version-mismatch") ); })(); ("function" === typeof Map && @@ -26920,12 +26927,12 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }); })({ findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 1, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-dom" }) && canUseDOM && @@ -27687,5 +27694,5 @@ __DEV__ && exports.useFormStatus = function () { return resolveDispatcher().useHostTransitionStatus(); }; - exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; + exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; })(); diff --git a/compiled/facebook-www/ReactDOMTesting-prod.classic.js b/compiled/facebook-www/ReactDOMTesting-prod.classic.js index 6d8d4b5da2146..e8e07b7eb1aad 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.classic.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.classic.js @@ -220,7 +220,8 @@ function getComponentNameFromFiber(fiber) { } var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -228,8 +229,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -17485,14 +17492,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1799 = React.version; if ( - "19.0.0-www-classic-1b0132c05a-20240706" !== + "19.0.0-www-classic-df783f9ea1-20240708" !== isomorphicReactPackageVersion$jscomp$inline_1799 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1799, - "19.0.0-www-classic-1b0132c05a-20240706" + "19.0.0-www-classic-df783f9ea1-20240708" ) ); function flushSyncFromReconciler(fn) { @@ -17538,7 +17545,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1806 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2255 = { @@ -17568,7 +17575,7 @@ var internals$jscomp$inline_2255 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2256 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -18183,4 +18190,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-classic-1b0132c05a-20240706"; +exports.version = "19.0.0-www-classic-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/ReactDOMTesting-prod.modern.js b/compiled/facebook-www/ReactDOMTesting-prod.modern.js index 847c7ae99551a..3d5a43d1472a5 100644 --- a/compiled/facebook-www/ReactDOMTesting-prod.modern.js +++ b/compiled/facebook-www/ReactDOMTesting-prod.modern.js @@ -153,7 +153,8 @@ function getComponentNameFromType(type) { } var ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, - prefix; + prefix, + suffix; function describeBuiltInComponentFrame(name) { if (void 0 === prefix) try { @@ -161,8 +162,14 @@ function describeBuiltInComponentFrame(name) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } var reentry = !1; function describeNativeComponentFrame(fn, construct) { @@ -16859,14 +16866,14 @@ function getCrossOriginStringAs(as, input) { } var isomorphicReactPackageVersion$jscomp$inline_1770 = React.version; if ( - "19.0.0-www-modern-1b0132c05a-20240706" !== + "19.0.0-www-modern-df783f9ea1-20240708" !== isomorphicReactPackageVersion$jscomp$inline_1770 ) throw Error( formatProdErrorMessage( 527, isomorphicReactPackageVersion$jscomp$inline_1770, - "19.0.0-www-modern-1b0132c05a-20240706" + "19.0.0-www-modern-df783f9ea1-20240708" ) ); Internals.findDOMNode = function (componentOrElement) { @@ -16885,7 +16892,7 @@ Internals.Events = [ var devToolsConfig$jscomp$inline_1772 = { findFiberByHostInstance: getClosestInstanceFromNode, bundleType: 0, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-dom" }; var internals$jscomp$inline_2246 = { @@ -16915,7 +16922,7 @@ var internals$jscomp$inline_2246 = { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }; if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) { var hook$jscomp$inline_2247 = __REACT_DEVTOOLS_GLOBAL_HOOK__; @@ -17437,4 +17444,4 @@ exports.useFormState = function (action, initialState, permalink) { exports.useFormStatus = function () { return ReactSharedInternals.H.useHostTransitionStatus(); }; -exports.version = "19.0.0-www-modern-1b0132c05a-20240706"; +exports.version = "19.0.0-www-modern-df783f9ea1-20240708"; diff --git a/compiled/facebook-www/ReactReconciler-dev.classic.js b/compiled/facebook-www/ReactReconciler-dev.classic.js index 9e865c2f8131e..9e894a9f8eab4 100644 --- a/compiled/facebook-www/ReactReconciler-dev.classic.js +++ b/compiled/facebook-www/ReactReconciler-dev.classic.js @@ -362,8 +362,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -577,7 +583,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -16510,6 +16516,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -18993,7 +19000,7 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }); }; exports.isAlreadyRendering = function () { diff --git a/compiled/facebook-www/ReactReconciler-dev.modern.js b/compiled/facebook-www/ReactReconciler-dev.modern.js index f59561603affb..94915a8ba1a3d 100644 --- a/compiled/facebook-www/ReactReconciler-dev.modern.js +++ b/compiled/facebook-www/ReactReconciler-dev.modern.js @@ -359,8 +359,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -574,7 +580,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -15907,6 +15913,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -18372,7 +18379,7 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }); }; exports.isAlreadyRendering = function () { diff --git a/compiled/facebook-www/ReactReconciler-prod.classic.js b/compiled/facebook-www/ReactReconciler-prod.classic.js index ae38806586f7c..22a8462c555ae 100644 --- a/compiled/facebook-www/ReactReconciler-prod.classic.js +++ b/compiled/facebook-www/ReactReconciler-prod.classic.js @@ -168,8 +168,14 @@ module.exports = function ($$$config) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -11578,6 +11584,7 @@ module.exports = function ($$$config) { ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, prefix, + suffix, reentry = !1, current = null, isArrayImpl = Array.isArray, @@ -12698,7 +12705,7 @@ module.exports = function ($$$config) { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }; 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 d471c804ccb9e..2c43b3fa90f76 100644 --- a/compiled/facebook-www/ReactReconciler-prod.modern.js +++ b/compiled/facebook-www/ReactReconciler-prod.modern.js @@ -102,8 +102,14 @@ module.exports = function ($$$config) { } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -11086,6 +11092,7 @@ module.exports = function ($$$config) { ReactSharedInternals = React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, prefix, + suffix, reentry = !1, current = null, isArrayImpl = Array.isArray, @@ -12190,7 +12197,7 @@ module.exports = function ($$$config) { scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }; 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 2c32bfa2208d5..f2194db14acb6 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.classic.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.classic.js @@ -358,8 +358,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -573,7 +579,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -12819,6 +12825,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -14717,14 +14724,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-classic-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-classic-df783f9ea1-20240708" }); })({ findFiberByHostInstance: function () { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 1, - version: "19.0.0-www-classic-1b0132c05a-20240706", + version: "19.0.0-www-classic-df783f9ea1-20240708", rendererPackageName: "react-test-renderer" }); exports._Scheduler = Scheduler; diff --git a/compiled/facebook-www/ReactTestRenderer-dev.modern.js b/compiled/facebook-www/ReactTestRenderer-dev.modern.js index e21f24d426029..3171e8b7d93ed 100644 --- a/compiled/facebook-www/ReactTestRenderer-dev.modern.js +++ b/compiled/facebook-www/ReactTestRenderer-dev.modern.js @@ -358,8 +358,14 @@ __DEV__ && } catch (x) { var match = x.stack.trim().match(/\n( *(at )?)/); prefix = (match && match[1]) || ""; + suffix = + -1 < x.stack.indexOf("\n at") + ? " ()" + : -1 < x.stack.indexOf("@") + ? "@unknown:0:0" + : ""; } - return "\n" + prefix + name; + return "\n" + prefix + name + suffix; } function describeNativeComponentFrame(fn, construct) { if (!fn || reentry) return ""; @@ -573,7 +579,7 @@ __DEV__ && var JSCompiler_temp_const = info, env = entry.env; var JSCompiler_inline_result = describeBuiltInComponentFrame( - entry.name + (env ? " (" + env + ")" : "") + entry.name + (env ? " [" + env + "]" : "") ); info = JSCompiler_temp_const + JSCompiler_inline_result; } @@ -12819,6 +12825,7 @@ __DEV__ && prevGroupEnd; disabledLog.__reactDisabledLog = !0; var prefix, + suffix, reentry = !1; var componentFrameCache = new ( "function" === typeof WeakMap ? WeakMap : Map @@ -14717,14 +14724,14 @@ __DEV__ && scheduleRoot: scheduleRoot, setRefreshHandler: setRefreshHandler, getCurrentFiber: getCurrentFiberForDevTools, - reconcilerVersion: "19.0.0-www-modern-1b0132c05a-20240706" + reconcilerVersion: "19.0.0-www-modern-df783f9ea1-20240708" }); })({ findFiberByHostInstance: function () { throw Error("TestRenderer does not support findFiberByHostInstance()"); }, bundleType: 1, - version: "19.0.0-www-modern-1b0132c05a-20240706", + version: "19.0.0-www-modern-df783f9ea1-20240708", rendererPackageName: "react-test-renderer" }); exports._Scheduler = Scheduler; diff --git a/compiled/facebook-www/VERSION_CLASSIC b/compiled/facebook-www/VERSION_CLASSIC index c0828f09df1d7..c7bb87ac5877a 100644 --- a/compiled/facebook-www/VERSION_CLASSIC +++ b/compiled/facebook-www/VERSION_CLASSIC @@ -1 +1 @@ -19.0.0-www-classic-1b0132c05a-20240706 \ No newline at end of file +19.0.0-www-classic-df783f9ea1-20240708 \ No newline at end of file diff --git a/compiled/facebook-www/VERSION_MODERN b/compiled/facebook-www/VERSION_MODERN index 75875b0ea0112..71b2a64e90e1c 100644 --- a/compiled/facebook-www/VERSION_MODERN +++ b/compiled/facebook-www/VERSION_MODERN @@ -1 +1 @@ -19.0.0-www-modern-1b0132c05a-20240706 \ No newline at end of file +19.0.0-www-modern-df783f9ea1-20240708 \ No newline at end of file