@@ -380,11 +380,11 @@ var contextStackCursor$1 = createCursor(null),
380
380
hostTransitionProviderCursor = createCursor(null),
381
381
HostTransitionContext = {
382
382
$$typeof: REACT_CONTEXT_TYPE,
383
+ Provider: null,
384
+ Consumer: null,
383
385
_currentValue: null,
384
386
_currentValue2: null,
385
- _threadCount: 0,
386
- Provider: null,
387
- Consumer: null
387
+ _threadCount: 0
388
388
};
389
389
function pushHostContainer(fiber, nextRootInstance) {
390
390
push(rootInstanceStackCursor, nextRootInstance);
@@ -4321,8 +4321,8 @@ var ContextOnlyDispatcher = {
4321
4321
useContext: throwInvalidHookError,
4322
4322
useEffect: throwInvalidHookError,
4323
4323
useImperativeHandle: throwInvalidHookError,
4324
- useInsertionEffect: throwInvalidHookError,
4325
4324
useLayoutEffect: throwInvalidHookError,
4325
+ useInsertionEffect: throwInvalidHookError,
4326
4326
useMemo: throwInvalidHookError,
4327
4327
useReducer: throwInvalidHookError,
4328
4328
useRef: throwInvalidHookError,
@@ -17234,7 +17234,7 @@ Internals.Events = [
17234
17234
var devToolsConfig$jscomp$inline_1817 = {
17235
17235
findFiberByHostInstance: getClosestInstanceFromNode,
17236
17236
bundleType: 0,
17237
- version: "18.3.0-www-classic-9a35a237 ",
17237
+ version: "18.3.0-www-classic-28494f4a ",
17238
17238
rendererPackageName: "react-dom"
17239
17239
};
17240
17240
var internals$jscomp$inline_2176 = {
@@ -17264,7 +17264,7 @@ var internals$jscomp$inline_2176 = {
17264
17264
scheduleRoot: null,
17265
17265
setRefreshHandler: null,
17266
17266
getCurrentFiber: null,
17267
- reconcilerVersion: "18.3.0-www-classic-9a35a237 "
17267
+ reconcilerVersion: "18.3.0-www-classic-28494f4a "
17268
17268
};
17269
17269
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
17270
17270
var hook$jscomp$inline_2177 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17595,4 +17595,4 @@ exports.useFormState = function (action, initialState, permalink) {
17595
17595
exports.useFormStatus = function () {
17596
17596
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
17597
17597
};
17598
- exports.version = "18.3.0-www-classic-9a35a237 ";
17598
+ exports.version = "18.3.0-www-classic-28494f4a ";
0 commit comments