mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Build for 500c8aa082
This commit is contained in:
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
@@ -27,7 +27,7 @@ if (
|
||||
}
|
||||
"use strict";
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
// ATTENTION
|
||||
// When adding new symbols to this file,
|
||||
|
||||
@@ -643,4 +643,4 @@ exports.useSyncExternalStore = function(
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-www-classic-353c30252-20221202";
|
||||
exports.version = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function(
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-www-modern-353c30252-20221202";
|
||||
exports.version = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
@@ -654,7 +654,7 @@ exports.useSyncExternalStore = function(
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-www-classic-353c30252-20221202";
|
||||
exports.version = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -646,7 +646,7 @@ exports.useSyncExternalStore = function(
|
||||
);
|
||||
};
|
||||
exports.useTransition = useTransition;
|
||||
exports.version = "18.3.0-www-modern-353c30252-20221202";
|
||||
exports.version = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
|
||||
return self;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
var LegacyRoot = 0;
|
||||
var ConcurrentRoot = 1;
|
||||
@@ -4412,11 +4412,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
|
||||
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
|
||||
return self;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
var LegacyRoot = 0;
|
||||
var ConcurrentRoot = 1;
|
||||
@@ -4174,11 +4174,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
|
||||
@@ -9798,7 +9798,7 @@ var slice = Array.prototype.slice,
|
||||
return null;
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-353c30252-20221202",
|
||||
version: "18.3.0-www-classic-500c8aa08-20221202",
|
||||
rendererPackageName: "react-art"
|
||||
};
|
||||
var internals$jscomp$inline_1336 = {
|
||||
@@ -9829,7 +9829,7 @@ var internals$jscomp$inline_1336 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1337 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
@@ -9465,7 +9465,7 @@ var slice = Array.prototype.slice,
|
||||
return null;
|
||||
},
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-353c30252-20221202",
|
||||
version: "18.3.0-www-modern-500c8aa08-20221202",
|
||||
rendererPackageName: "react-art"
|
||||
};
|
||||
var internals$jscomp$inline_1327 = {
|
||||
@@ -9496,7 +9496,7 @@ var internals$jscomp$inline_1327 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_1328 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
|
||||
@@ -18828,11 +18828,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -42576,7 +42579,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
function createPortal(
|
||||
children,
|
||||
|
||||
@@ -18625,11 +18625,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -42300,7 +42303,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
function createPortal(
|
||||
children,
|
||||
|
||||
@@ -15548,7 +15548,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1773 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-353c30252-20221202",
|
||||
version: "18.3.0-www-classic-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2154 = {
|
||||
@@ -15578,7 +15578,7 @@ var internals$jscomp$inline_2154 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2155 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -15820,4 +15820,4 @@ exports.unstable_renderSubtreeIntoContainer = function(
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
@@ -15109,7 +15109,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1741 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-353c30252-20221202",
|
||||
version: "18.3.0-www-modern-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2129 = {
|
||||
@@ -15140,7 +15140,7 @@ var internals$jscomp$inline_2129 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2130 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -15328,4 +15328,4 @@ exports.unstable_flushControlled = function(fn) {
|
||||
}
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
@@ -16321,7 +16321,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1847 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-353c30252-20221202",
|
||||
version: "18.3.0-www-classic-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
(function(internals) {
|
||||
@@ -16365,7 +16365,7 @@ var devToolsConfig$jscomp$inline_1847 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
});
|
||||
assign(Internals, {
|
||||
ReactBrowserEventEmitter: {
|
||||
@@ -16594,7 +16594,7 @@ exports.unstable_renderSubtreeIntoContainer = function(
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -15872,7 +15872,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1815 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-353c30252-20221202",
|
||||
version: "18.3.0-www-modern-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
(function(internals) {
|
||||
@@ -15917,7 +15917,7 @@ var devToolsConfig$jscomp$inline_1815 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
});
|
||||
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
|
||||
exports.createPortal = function(children, container) {
|
||||
@@ -16092,7 +16092,7 @@ exports.unstable_flushControlled = function(fn) {
|
||||
}
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -18828,11 +18828,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -42576,7 +42579,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
function createPortal(
|
||||
children,
|
||||
|
||||
@@ -18625,11 +18625,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -42300,7 +42303,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
function createPortal(
|
||||
children,
|
||||
|
||||
@@ -15548,7 +15548,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1773 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-353c30252-20221202",
|
||||
version: "18.3.0-www-classic-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2154 = {
|
||||
@@ -15578,7 +15578,7 @@ var internals$jscomp$inline_2154 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2155 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -15820,4 +15820,4 @@ exports.unstable_renderSubtreeIntoContainer = function(
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
@@ -15109,7 +15109,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1741 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-353c30252-20221202",
|
||||
version: "18.3.0-www-modern-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2129 = {
|
||||
@@ -15140,7 +15140,7 @@ var internals$jscomp$inline_2129 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2130 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -15328,4 +15328,4 @@ exports.unstable_flushControlled = function(fn) {
|
||||
}
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
@@ -16321,7 +16321,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1847 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-353c30252-20221202",
|
||||
version: "18.3.0-www-classic-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
(function(internals) {
|
||||
@@ -16365,7 +16365,7 @@ var devToolsConfig$jscomp$inline_1847 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
});
|
||||
assign(Internals, {
|
||||
ReactBrowserEventEmitter: {
|
||||
@@ -16594,7 +16594,7 @@ exports.unstable_renderSubtreeIntoContainer = function(
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -15872,7 +15872,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1815 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-353c30252-20221202",
|
||||
version: "18.3.0-www-modern-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
(function(internals) {
|
||||
@@ -15917,7 +15917,7 @@ var devToolsConfig$jscomp$inline_1815 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
});
|
||||
exports.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = Internals;
|
||||
exports.createPortal = function(children, container) {
|
||||
@@ -16092,7 +16092,7 @@ exports.unstable_flushControlled = function(fn) {
|
||||
}
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
|
||||
if (
|
||||
|
||||
@@ -19,7 +19,7 @@ if (__DEV__) {
|
||||
var React = require("react");
|
||||
var ReactDOM = require("react-dom");
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
// This refers to a WWW module.
|
||||
var warningWWW = require("warning");
|
||||
|
||||
@@ -19,7 +19,7 @@ if (__DEV__) {
|
||||
var React = require("react");
|
||||
var ReactDOM = require("react-dom");
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
// This refers to a WWW module.
|
||||
var warningWWW = require("warning");
|
||||
|
||||
@@ -3621,4 +3621,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-353c30252-20221202";
|
||||
exports.version = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
@@ -3534,4 +3534,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-353c30252-20221202";
|
||||
exports.version = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
@@ -10143,11 +10143,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -31130,7 +31133,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
function createPortal(
|
||||
children,
|
||||
|
||||
@@ -17648,11 +17648,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -38407,7 +38410,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
function createPortal(
|
||||
children,
|
||||
|
||||
@@ -11350,7 +11350,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1531 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-classic-353c30252-20221202",
|
||||
version: "18.3.0-www-classic-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2057 = {
|
||||
@@ -11380,7 +11380,7 @@ var internals$jscomp$inline_2057 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2058 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -14861,4 +14861,4 @@ exports.unstable_renderSubtreeIntoContainer = function(
|
||||
);
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
@@ -13974,7 +13974,7 @@ Internals.Events = [
|
||||
var devToolsConfig$jscomp$inline_1686 = {
|
||||
findFiberByHostInstance: getClosestInstanceFromNode,
|
||||
bundleType: 0,
|
||||
version: "18.3.0-www-modern-353c30252-20221202",
|
||||
version: "18.3.0-www-modern-500c8aa08-20221202",
|
||||
rendererPackageName: "react-dom"
|
||||
};
|
||||
var internals$jscomp$inline_2082 = {
|
||||
@@ -14005,7 +14005,7 @@ var internals$jscomp$inline_2082 = {
|
||||
scheduleRoot: null,
|
||||
setRefreshHandler: null,
|
||||
getCurrentFiber: null,
|
||||
reconcilerVersion: "18.3.0-next-353c30252-20221202"
|
||||
reconcilerVersion: "18.3.0-next-500c8aa08-20221202"
|
||||
};
|
||||
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
|
||||
var hook$jscomp$inline_2083 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
||||
@@ -14328,4 +14328,4 @@ exports.unstable_flushControlled = function(fn) {
|
||||
}
|
||||
};
|
||||
exports.unstable_runWithPriority = runWithPriority;
|
||||
exports.version = "18.3.0-next-353c30252-20221202";
|
||||
exports.version = "18.3.0-next-500c8aa08-20221202";
|
||||
|
||||
@@ -3409,11 +3409,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -23834,7 +23837,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-classic-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-classic-500c8aa08-20221202";
|
||||
|
||||
var didWarnAboutNestedUpdates;
|
||||
|
||||
|
||||
@@ -3409,11 +3409,14 @@ function enqueueUpdate$1(fiber, update, lane) {
|
||||
currentlyProcessingQueue === sharedQueue &&
|
||||
!didWarnUpdateInsideUpdate
|
||||
) {
|
||||
var componentName = getComponentNameFromFiber(fiber);
|
||||
|
||||
error(
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled " +
|
||||
"from inside an update function. Update functions should be pure, " +
|
||||
"with zero side-effects. Consider using componentDidUpdate or a " +
|
||||
"callback."
|
||||
"callback.\n\nPlease update the following component: %s",
|
||||
componentName
|
||||
);
|
||||
|
||||
didWarnUpdateInsideUpdate = true;
|
||||
@@ -23834,7 +23837,7 @@ function createFiberRoot(
|
||||
return root;
|
||||
}
|
||||
|
||||
var ReactVersion = "18.3.0-www-modern-353c30252-20221202";
|
||||
var ReactVersion = "18.3.0-www-modern-500c8aa08-20221202";
|
||||
|
||||
var didWarnAboutNestedUpdates;
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
"An empty string (\"\") was passed to the %s attribute. To fix this, either do not render the element at all or pass null to %s instead of an empty string."
|
||||
"An error occurred during hydration. The server HTML was replaced with client content in <%s>."
|
||||
"An invalid container has been provided. This may indicate that another renderer is being used in addition to the test renderer. (For example, ReactDOM.createPortal inside of a ReactTestRenderer tree.) This is not supported."
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."
|
||||
"An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback.\n\nPlease update the following component: %s"
|
||||
"An update to %s inside a test was not wrapped in act(...).\n\nWhen testing, code that causes React state updates should be wrapped into act(...):\n\nact(() => {\n /* fire events that update state */\n});\n/* assert on the output */\n\nThis ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act"
|
||||
"Assignment to read-only property will result in a no-op: `%s`"
|
||||
"Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."
|
||||
|
||||
Reference in New Issue
Block a user