@@ -6244,7 +6244,7 @@ __DEV__ &&
62446244 payload
62456245 ) {
62466246 if (isRenderPhaseUpdate(fiber))
6247- throw Error("Cannot update form state while rendering.");
6247+ throw Error("Cannot update action state while rendering.");
62486248 fiber = actionQueue.action;
62496249 if (null !== fiber) {
62506250 var actionNode = {
@@ -20400,10 +20400,10 @@ __DEV__ &&
2040020400 (function () {
2040120401 var internals = {
2040220402 bundleType: 1,
20403- version: "19.3.0-www-classic-e0cc7202-20260227 ",
20403+ version: "19.3.0-www-classic-46103596-20260305 ",
2040420404 rendererPackageName: "react-art",
2040520405 currentDispatcherRef: ReactSharedInternals,
20406- reconcilerVersion: "19.3.0-www-classic-e0cc7202-20260227 "
20406+ reconcilerVersion: "19.3.0-www-classic-46103596-20260305 "
2040720407 };
2040820408 internals.overrideHookState = overrideHookState;
2040920409 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20438,7 +20438,7 @@ __DEV__ &&
2043820438 exports.Shape = Shape;
2043920439 exports.Surface = Surface;
2044020440 exports.Text = Text;
20441- exports.version = "19.3.0-www-classic-e0cc7202-20260227 ";
20441+ exports.version = "19.3.0-www-classic-46103596-20260305 ";
2044220442 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2044320443 "function" ===
2044420444 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments