@@ -15969,24 +15969,25 @@ __DEV__ &&
1596915969 return mountEvent(callback);
1597015970 }
1597115971 };
15972- HooksDispatcherOnRerenderInDEV.useResourceEffect = function (
15973- create,
15974- createDeps,
15975- update,
15976- updateDeps,
15977- destroy
15978- ) {
15979- currentHookNameInDev = "useResourceEffect";
15980- warnInvalidHookAccess();
15981- mountHookTypesDev();
15982- return mountResourceEffect(
15972+ enableUseResourceEffectHook &&
15973+ (InvalidNestedHooksDispatcherOnMountInDEV.useResourceEffect = function (
1598315974 create,
1598415975 createDeps,
1598515976 update,
1598615977 updateDeps,
1598715978 destroy
15988- );
15989- };
15979+ ) {
15980+ currentHookNameInDev = "useResourceEffect";
15981+ warnInvalidHookAccess();
15982+ mountHookTypesDev();
15983+ return mountResourceEffect(
15984+ create,
15985+ createDeps,
15986+ update,
15987+ updateDeps,
15988+ destroy
15989+ );
15990+ });
1599015991 InvalidNestedHooksDispatcherOnMountInDEV.useHostTransitionStatus =
1599115992 useHostTransitionStatus;
1599215993 InvalidNestedHooksDispatcherOnMountInDEV.useFormState = function (
@@ -17113,11 +17114,11 @@ __DEV__ &&
1711317114 (function () {
1711417115 var internals = {
1711517116 bundleType: 1,
17116- version: "19.0.0-www-classic-eaf2d5c6 -20241119",
17117+ version: "19.0.0-www-classic-7558ffe8 -20241119",
1711717118 rendererPackageName: "react-art",
1711817119 currentDispatcherRef: ReactSharedInternals,
1711917120 findFiberByHostInstance: getInstanceFromNode,
17120- reconcilerVersion: "19.0.0-www-classic-eaf2d5c6 -20241119"
17121+ reconcilerVersion: "19.0.0-www-classic-7558ffe8 -20241119"
1712117122 };
1712217123 internals.overrideHookState = overrideHookState;
1712317124 internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17151,7 +17152,7 @@ __DEV__ &&
1715117152 exports.Shape = Shape;
1715217153 exports.Surface = Surface;
1715317154 exports.Text = Text;
17154- exports.version = "19.0.0-www-classic-eaf2d5c6 -20241119";
17155+ exports.version = "19.0.0-www-classic-7558ffe8 -20241119";
1715517156 "undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1715617157 "function" ===
1715717158 typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
0 commit comments