77 * @noflow
88 * @nolint
99 * @preventMunge
10- * @generated SignedSource<<5f78a51e0a0224b874ec38c24ba973da >>
10+ * @generated SignedSource<<5b2312ea326e43a48de4ff3a82f62d7f >>
1111 */
1212
1313/*
@@ -5746,32 +5746,32 @@ function entangleTransitionUpdate(root, queue, lane) {
57465746 }
57475747}
57485748var ContextOnlyDispatcher = {
5749- readContext: readContext,
5750- use: use,
5751- useCallback: throwInvalidHookError,
5752- useContext: throwInvalidHookError,
5753- useEffect: throwInvalidHookError,
5754- useImperativeHandle: throwInvalidHookError,
5755- useLayoutEffect: throwInvalidHookError,
5756- useInsertionEffect: throwInvalidHookError,
5757- useMemo: throwInvalidHookError,
5758- useReducer: throwInvalidHookError,
5759- useRef: throwInvalidHookError,
5760- useState: throwInvalidHookError,
5761- useDebugValue: throwInvalidHookError,
5762- useDeferredValue: throwInvalidHookError,
5763- useTransition: throwInvalidHookError,
5764- useSyncExternalStore: throwInvalidHookError,
5765- useId: throwInvalidHookError,
5766- useHostTransitionStatus: throwInvalidHookError,
5767- useFormState: throwInvalidHookError,
5768- useActionState: throwInvalidHookError,
5769- useOptimistic: throwInvalidHookError,
5770- useMemoCache: throwInvalidHookError,
5771- useCacheRefresh: throwInvalidHookError
5772- };
5773- ContextOnlyDispatcher.useEffectEvent = throwInvalidHookError;
5774- var HooksDispatcherOnMount = {
5749+ readContext: readContext,
5750+ use: use,
5751+ useCallback: throwInvalidHookError,
5752+ useContext: throwInvalidHookError,
5753+ useEffect: throwInvalidHookError,
5754+ useImperativeHandle: throwInvalidHookError,
5755+ useLayoutEffect: throwInvalidHookError,
5756+ useInsertionEffect: throwInvalidHookError,
5757+ useMemo: throwInvalidHookError,
5758+ useReducer: throwInvalidHookError,
5759+ useRef: throwInvalidHookError,
5760+ useState: throwInvalidHookError,
5761+ useDebugValue: throwInvalidHookError,
5762+ useDeferredValue: throwInvalidHookError,
5763+ useTransition: throwInvalidHookError,
5764+ useSyncExternalStore: throwInvalidHookError,
5765+ useId: throwInvalidHookError,
5766+ useHostTransitionStatus: throwInvalidHookError,
5767+ useFormState: throwInvalidHookError,
5768+ useActionState: throwInvalidHookError,
5769+ useOptimistic: throwInvalidHookError,
5770+ useMemoCache: throwInvalidHookError,
5771+ useCacheRefresh: throwInvalidHookError,
5772+ useEffectEvent: throwInvalidHookError
5773+ },
5774+ HooksDispatcherOnMount = {
57755775 readContext: readContext,
57765776 use: use,
57775777 useCallback: function (callback, deps) {
@@ -6018,62 +6018,62 @@ var HooksDispatcherOnMount = {
60186018 return updateOptimisticImpl(hook, currentHook, passthrough, reducer);
60196019 },
60206020 useMemoCache: useMemoCache,
6021- useCacheRefresh: updateRefresh
6022- };
6023- HooksDispatcherOnUpdate.useEffectEvent = updateEvent;
6024- var HooksDispatcherOnRerender = {
6025- readContext: readContext,
6026- use: use,
6027- useCallback: updateCallback,
6028- useContext: readContext,
6029- useEffect: updateEffect,
6030- useImperativeHandle: updateImperativeHandle,
6031- useInsertionEffect: updateInsertionEffect,
6032- useLayoutEffect: updateLayoutEffect,
6033- useMemo: updateMemo,
6034- useReducer: rerenderReducer,
6035- useRef: updateRef,
6036- useState: function () {
6037- return rerenderReducer(basicStateReducer);
6038- },
6039- useDebugValue: mountDebugValue,
6040- useDeferredValue: function (value, initialValue) {
6041- var hook = updateWorkInProgressHook();
6042- return null === currentHook
6043- ? mountDeferredValueImpl(hook, value, initialValue)
6044- : updateDeferredValueImpl(
6045- hook,
6046- currentHook.memoizedState,
6047- value,
6048- initialValue
6049- );
6050- },
6051- useTransition: function () {
6052- var booleanOrThenable = rerenderReducer(basicStateReducer)[0],
6053- start = updateWorkInProgressHook().memoizedState;
6054- return [
6055- "boolean" === typeof booleanOrThenable
6056- ? booleanOrThenable
6057- : useThenable(booleanOrThenable),
6058- start
6059- ];
6060- },
6061- useSyncExternalStore: updateSyncExternalStore,
6062- useId: updateId,
6063- useHostTransitionStatus: useHostTransitionStatus,
6064- useFormState: rerenderActionState,
6065- useActionState: rerenderActionState,
6066- useOptimistic: function (passthrough, reducer) {
6067- var hook = updateWorkInProgressHook();
6068- if (null !== currentHook)
6069- return updateOptimisticImpl(hook, currentHook, passthrough, reducer);
6070- hook.baseState = passthrough;
6071- return [passthrough, hook.queue.dispatch];
6021+ useCacheRefresh: updateRefresh,
6022+ useEffectEvent: updateEvent
60726023 },
6073- useMemoCache: useMemoCache,
6074- useCacheRefresh: updateRefresh
6075- };
6076- HooksDispatcherOnRerender.useEffectEvent = updateEvent;
6024+ HooksDispatcherOnRerender = {
6025+ readContext: readContext,
6026+ use: use,
6027+ useCallback: updateCallback,
6028+ useContext: readContext,
6029+ useEffect: updateEffect,
6030+ useImperativeHandle: updateImperativeHandle,
6031+ useInsertionEffect: updateInsertionEffect,
6032+ useLayoutEffect: updateLayoutEffect,
6033+ useMemo: updateMemo,
6034+ useReducer: rerenderReducer,
6035+ useRef: updateRef,
6036+ useState: function () {
6037+ return rerenderReducer(basicStateReducer);
6038+ },
6039+ useDebugValue: mountDebugValue,
6040+ useDeferredValue: function (value, initialValue) {
6041+ var hook = updateWorkInProgressHook();
6042+ return null === currentHook
6043+ ? mountDeferredValueImpl(hook, value, initialValue)
6044+ : updateDeferredValueImpl(
6045+ hook,
6046+ currentHook.memoizedState,
6047+ value,
6048+ initialValue
6049+ );
6050+ },
6051+ useTransition: function () {
6052+ var booleanOrThenable = rerenderReducer(basicStateReducer)[0],
6053+ start = updateWorkInProgressHook().memoizedState;
6054+ return [
6055+ "boolean" === typeof booleanOrThenable
6056+ ? booleanOrThenable
6057+ : useThenable(booleanOrThenable),
6058+ start
6059+ ];
6060+ },
6061+ useSyncExternalStore: updateSyncExternalStore,
6062+ useId: updateId,
6063+ useHostTransitionStatus: useHostTransitionStatus,
6064+ useFormState: rerenderActionState,
6065+ useActionState: rerenderActionState,
6066+ useOptimistic: function (passthrough, reducer) {
6067+ var hook = updateWorkInProgressHook();
6068+ if (null !== currentHook)
6069+ return updateOptimisticImpl(hook, currentHook, passthrough, reducer);
6070+ hook.baseState = passthrough;
6071+ return [passthrough, hook.queue.dispatch];
6072+ },
6073+ useMemoCache: useMemoCache,
6074+ useCacheRefresh: updateRefresh,
6075+ useEffectEvent: updateEvent
6076+ };
60776077function applyDerivedStateFromProps(
60786078 workInProgress,
60796079 ctor,
@@ -17719,14 +17719,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1771917719};
1772017720var isomorphicReactPackageVersion$jscomp$inline_2054 = React.version;
1772117721if (
17722- "19.3.0-native-fb-01c4d03d-20260116 " !==
17722+ "19.3.0-native-fb-be3fb299-20260117 " !==
1772317723 isomorphicReactPackageVersion$jscomp$inline_2054
1772417724)
1772517725 throw Error(
1772617726 formatProdErrorMessage(
1772717727 527,
1772817728 isomorphicReactPackageVersion$jscomp$inline_2054,
17729- "19.3.0-native-fb-01c4d03d-20260116 "
17729+ "19.3.0-native-fb-be3fb299-20260117 "
1773017730 )
1773117731 );
1773217732ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -17748,10 +17748,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1774817748};
1774917749var internals$jscomp$inline_2638 = {
1775017750 bundleType: 0,
17751- version: "19.3.0-native-fb-01c4d03d-20260116 ",
17751+ version: "19.3.0-native-fb-be3fb299-20260117 ",
1775217752 rendererPackageName: "react-dom",
1775317753 currentDispatcherRef: ReactSharedInternals,
17754- reconcilerVersion: "19.3.0-native-fb-01c4d03d-20260116 "
17754+ reconcilerVersion: "19.3.0-native-fb-be3fb299-20260117 "
1775517755};
1775617756if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1775717757 var hook$jscomp$inline_2639 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17858,4 +17858,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1785817858 listenToAllSupportedEvents(container);
1785917859 return new ReactDOMHydrationRoot(initialChildren);
1786017860};
17861- exports.version = "19.3.0-native-fb-01c4d03d-20260116 ";
17861+ exports.version = "19.3.0-native-fb-be3fb299-20260117 ";
0 commit comments