@@ -380,11 +380,11 @@ var contextStackCursor$1 = createCursor(null),
380380 hostTransitionProviderCursor = createCursor(null),
381381 HostTransitionContext = {
382382 $$typeof: REACT_CONTEXT_TYPE,
383+ Provider: null,
384+ Consumer: null,
383385 _currentValue: null,
384386 _currentValue2: null,
385- _threadCount: 0,
386- Provider: null,
387- Consumer: null
387+ _threadCount: 0
388388 };
389389function pushHostContainer(fiber, nextRootInstance) {
390390 push(rootInstanceStackCursor, nextRootInstance);
@@ -4321,8 +4321,8 @@ var ContextOnlyDispatcher = {
43214321 useContext: throwInvalidHookError,
43224322 useEffect: throwInvalidHookError,
43234323 useImperativeHandle: throwInvalidHookError,
4324- useInsertionEffect: throwInvalidHookError,
43254324 useLayoutEffect: throwInvalidHookError,
4325+ useInsertionEffect: throwInvalidHookError,
43264326 useMemo: throwInvalidHookError,
43274327 useReducer: throwInvalidHookError,
43284328 useRef: throwInvalidHookError,
@@ -17234,7 +17234,7 @@ Internals.Events = [
1723417234var devToolsConfig$jscomp$inline_1817 = {
1723517235 findFiberByHostInstance: getClosestInstanceFromNode,
1723617236 bundleType: 0,
17237- version: "18.3.0-www-classic-9a35a237 ",
17237+ version: "18.3.0-www-classic-28494f4a ",
1723817238 rendererPackageName: "react-dom"
1723917239};
1724017240var internals$jscomp$inline_2176 = {
@@ -17264,7 +17264,7 @@ var internals$jscomp$inline_2176 = {
1726417264 scheduleRoot: null,
1726517265 setRefreshHandler: null,
1726617266 getCurrentFiber: null,
17267- reconcilerVersion: "18.3.0-www-classic-9a35a237 "
17267+ reconcilerVersion: "18.3.0-www-classic-28494f4a "
1726817268};
1726917269if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1727017270 var hook$jscomp$inline_2177 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17595,4 +17595,4 @@ exports.useFormState = function (action, initialState, permalink) {
1759517595exports.useFormStatus = function () {
1759617596 return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1759717597};
17598- exports.version = "18.3.0-www-classic-9a35a237 ";
17598+ exports.version = "18.3.0-www-classic-28494f4a ";
0 commit comments