Skip to content

Commit a7c7db2

Browse files
committed
ncc-compiled
1 parent 216b1d1 commit a7c7db2

File tree

60 files changed

+138
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+138
-138
lines changed

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.development.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -24912,11 +24912,11 @@
2491224912
};
2491324913
(function () {
2491424914
var isomorphicReactPackageVersion = React.version;
24915-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
24915+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
2491624916
throw Error(
2491724917
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2491824918
(isomorphicReactPackageVersion +
24919-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
24919+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
2492024920
);
2492124921
})();
2492224922
("function" === typeof Map &&
@@ -24953,11 +24953,11 @@
2495324953
!(function () {
2495424954
var internals = {
2495524955
bundleType: 1,
24956-
version: "19.0.0-experimental-69d4b800-20241021",
24956+
version: "19.0.0-experimental-45804af1-20241021",
2495724957
rendererPackageName: "react-dom",
2495824958
currentDispatcherRef: ReactSharedInternals,
2495924959
findFiberByHostInstance: getClosestInstanceFromNode,
24960-
reconcilerVersion: "19.0.0-experimental-69d4b800-20241021"
24960+
reconcilerVersion: "19.0.0-experimental-45804af1-20241021"
2496124961
};
2496224962
internals.overrideHookState = overrideHookState;
2496324963
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25099,7 +25099,7 @@
2509925099
listenToAllSupportedEvents(container);
2510025100
return new ReactDOMHydrationRoot(initialChildren);
2510125101
};
25102-
exports.version = "19.0.0-experimental-69d4b800-20241021";
25102+
exports.version = "19.0.0-experimental-45804af1-20241021";
2510325103
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2510425104
"function" ===
2510525105
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-client.production.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -15133,14 +15133,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1513315133
};
1513415134
var isomorphicReactPackageVersion$jscomp$inline_1670 = React.version;
1513515135
if (
15136-
"19.0.0-experimental-69d4b800-20241021" !==
15136+
"19.0.0-experimental-45804af1-20241021" !==
1513715137
isomorphicReactPackageVersion$jscomp$inline_1670
1513815138
)
1513915139
throw Error(
1514015140
formatProdErrorMessage(
1514115141
527,
1514215142
isomorphicReactPackageVersion$jscomp$inline_1670,
15143-
"19.0.0-experimental-69d4b800-20241021"
15143+
"19.0.0-experimental-45804af1-20241021"
1514415144
)
1514515145
);
1514615146
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15162,11 +15162,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1516215162
};
1516315163
var internals$jscomp$inline_2135 = {
1516415164
bundleType: 0,
15165-
version: "19.0.0-experimental-69d4b800-20241021",
15165+
version: "19.0.0-experimental-45804af1-20241021",
1516615166
rendererPackageName: "react-dom",
1516715167
currentDispatcherRef: ReactSharedInternals,
1516815168
findFiberByHostInstance: getClosestInstanceFromNode,
15169-
reconcilerVersion: "19.0.0-experimental-69d4b800-20241021"
15169+
reconcilerVersion: "19.0.0-experimental-45804af1-20241021"
1517015170
};
1517115171
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1517215172
var hook$jscomp$inline_2136 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15270,4 +15270,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
1527015270
listenToAllSupportedEvents(container);
1527115271
return new ReactDOMHydrationRoot(initialChildren);
1527215272
};
15273-
exports.version = "19.0.0-experimental-69d4b800-20241021";
15273+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.development.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -24969,11 +24969,11 @@
2496924969
};
2497024970
(function () {
2497124971
var isomorphicReactPackageVersion = React.version;
24972-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
24972+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
2497324973
throw Error(
2497424974
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2497524975
(isomorphicReactPackageVersion +
24976-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
24976+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
2497724977
);
2497824978
})();
2497924979
("function" === typeof Map &&
@@ -25010,11 +25010,11 @@
2501025010
!(function () {
2501125011
var internals = {
2501225012
bundleType: 1,
25013-
version: "19.0.0-experimental-69d4b800-20241021",
25013+
version: "19.0.0-experimental-45804af1-20241021",
2501425014
rendererPackageName: "react-dom",
2501525015
currentDispatcherRef: ReactSharedInternals,
2501625016
findFiberByHostInstance: getClosestInstanceFromNode,
25017-
reconcilerVersion: "19.0.0-experimental-69d4b800-20241021"
25017+
reconcilerVersion: "19.0.0-experimental-45804af1-20241021"
2501825018
};
2501925019
internals.overrideHookState = overrideHookState;
2502025020
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25486,7 +25486,7 @@
2548625486
exports.useFormStatus = function () {
2548725487
return resolveDispatcher().useHostTransitionStatus();
2548825488
};
25489-
exports.version = "19.0.0-experimental-69d4b800-20241021";
25489+
exports.version = "19.0.0-experimental-45804af1-20241021";
2549025490
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2549125491
"function" ===
2549225492
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-profiling.profiling.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -16023,14 +16023,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1602316023
};
1602416024
var isomorphicReactPackageVersion$jscomp$inline_1743 = React.version;
1602516025
if (
16026-
"19.0.0-experimental-69d4b800-20241021" !==
16026+
"19.0.0-experimental-45804af1-20241021" !==
1602716027
isomorphicReactPackageVersion$jscomp$inline_1743
1602816028
)
1602916029
throw Error(
1603016030
formatProdErrorMessage(
1603116031
527,
1603216032
isomorphicReactPackageVersion$jscomp$inline_1743,
16033-
"19.0.0-experimental-69d4b800-20241021"
16033+
"19.0.0-experimental-45804af1-20241021"
1603416034
)
1603516035
);
1603616036
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -16052,11 +16052,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1605216052
};
1605316053
var internals$jscomp$inline_2181 = {
1605416054
bundleType: 0,
16055-
version: "19.0.0-experimental-69d4b800-20241021",
16055+
version: "19.0.0-experimental-45804af1-20241021",
1605616056
rendererPackageName: "react-dom",
1605716057
currentDispatcherRef: ReactSharedInternals,
1605816058
findFiberByHostInstance: getClosestInstanceFromNode,
16059-
reconcilerVersion: "19.0.0-experimental-69d4b800-20241021"
16059+
reconcilerVersion: "19.0.0-experimental-45804af1-20241021"
1606016060
};
1606116061
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1606216062
var hook$jscomp$inline_2182 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16321,7 +16321,7 @@ exports.useFormState = function (action, initialState, permalink) {
1632116321
exports.useFormStatus = function () {
1632216322
return ReactSharedInternals.H.useHostTransitionStatus();
1632316323
};
16324-
exports.version = "19.0.0-experimental-69d4b800-20241021";
16324+
exports.version = "19.0.0-experimental-45804af1-20241021";
1632516325
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1632616326
"function" ===
1632716327
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.development.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9295,5 +9295,5 @@
92959295
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
92969296
);
92979297
};
9298-
exports.version = "19.0.0-experimental-69d4b800-20241021";
9298+
exports.version = "19.0.0-experimental-45804af1-20241021";
92999299
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.browser.production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6060,4 +6060,4 @@ exports.renderToString = function (children, options) {
60606060
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToReadableStream" which supports Suspense on the server'
60616061
);
60626062
};
6063-
exports.version = "19.0.0-experimental-69d4b800-20241021";
6063+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.development.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9295,5 +9295,5 @@
92959295
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
92969296
);
92979297
};
9298-
exports.version = "19.0.0-experimental-69d4b800-20241021";
9298+
exports.version = "19.0.0-experimental-45804af1-20241021";
92999299
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server-legacy.node.production.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6152,4 +6152,4 @@ exports.renderToString = function (children, options) {
61526152
'The server used "renderToString" which does not support Suspense. If you intended for this Suspense boundary to render the fallback content on the server consider throwing an Error somewhere within the Suspense boundary. If you intended to have the server wait for the suspended component please switch to "renderToPipeableStream" which supports Suspense on the server'
61536153
);
61546154
};
6155-
exports.version = "19.0.0-experimental-69d4b800-20241021";
6155+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.development.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8193,11 +8193,11 @@
81938193
}
81948194
function ensureCorrectIsomorphicReactVersion() {
81958195
var isomorphicReactPackageVersion = React.version;
8196-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
8196+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
81978197
throw Error(
81988198
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
81998199
(isomorphicReactPackageVersion +
8200-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
8200+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
82018201
);
82028202
}
82038203
var React = require("next/dist/compiled/react-experimental"),
@@ -9977,5 +9977,5 @@
99779977
startWork(request);
99789978
});
99799979
};
9980-
exports.version = "19.0.0-experimental-69d4b800-20241021";
9980+
exports.version = "19.0.0-experimental-45804af1-20241021";
99819981
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.browser.production.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6589,12 +6589,12 @@ function getPostponedState(request) {
65896589
}
65906590
function ensureCorrectIsomorphicReactVersion() {
65916591
var isomorphicReactPackageVersion = React.version;
6592-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
6592+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
65936593
throw Error(
65946594
formatProdErrorMessage(
65956595
527,
65966596
isomorphicReactPackageVersion,
6597-
"19.0.0-experimental-69d4b800-20241021"
6597+
"19.0.0-experimental-45804af1-20241021"
65986598
)
65996599
);
66006600
}
@@ -6849,4 +6849,4 @@ exports.resumeAndPrerender = function (children, postponedState, options) {
68496849
startWork(request);
68506850
});
68516851
};
6852-
exports.version = "19.0.0-experimental-69d4b800-20241021";
6852+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.bun.production.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6071,13 +6071,13 @@ function addToReplayParent(node, parentKeyPath, trackedPostpones) {
60716071
}
60726072
var isomorphicReactPackageVersion$jscomp$inline_779 = React.version;
60736073
if (
6074-
"19.0.0-experimental-69d4b800-20241021" !==
6074+
"19.0.0-experimental-45804af1-20241021" !==
60756075
isomorphicReactPackageVersion$jscomp$inline_779
60766076
)
60776077
throw Error(
60786078
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
60796079
(isomorphicReactPackageVersion$jscomp$inline_779 +
6080-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
6080+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
60816081
);
60826082
exports.renderToReadableStream = function (children, options) {
60836083
return new Promise(function (resolve, reject) {
@@ -6168,4 +6168,4 @@ exports.renderToReadableStream = function (children, options) {
61686168
startWork(request);
61696169
});
61706170
};
6171-
exports.version = "19.0.0-experimental-69d4b800-20241021";
6171+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.development.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8210,11 +8210,11 @@
82108210
}
82118211
function ensureCorrectIsomorphicReactVersion() {
82128212
var isomorphicReactPackageVersion = React.version;
8213-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
8213+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
82148214
throw Error(
82158215
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
82168216
(isomorphicReactPackageVersion +
8217-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
8217+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
82188218
);
82198219
}
82208220
var React = require("next/dist/compiled/react-experimental"),
@@ -10001,5 +10001,5 @@ const setTimeoutOrImmediate =
1000110001
? globalThis['set' + 'Immediate']
1000210002
: setTimeout;
1000310003

10004-
exports.version = "19.0.0-experimental-69d4b800-20241021";
10004+
exports.version = "19.0.0-experimental-45804af1-20241021";
1000510005
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.edge.production.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6691,11 +6691,11 @@ function getPostponedState(request) {
66916691
}
66926692
function ensureCorrectIsomorphicReactVersion() {
66936693
var isomorphicReactPackageVersion = React.version;
6694-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
6694+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
66956695
throw Error(
66966696
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
66976697
(isomorphicReactPackageVersion +
6698-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
6698+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
66996699
);
67006700
}
67016701
ensureCorrectIsomorphicReactVersion();
@@ -6960,4 +6960,4 @@ const setTimeoutOrImmediate =
69606960
? globalThis['set' + 'Immediate']
69616961
: setTimeout;
69626962

6963-
exports.version = "19.0.0-experimental-69d4b800-20241021";
6963+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.development.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8074,11 +8074,11 @@
80748074
}
80758075
function ensureCorrectIsomorphicReactVersion() {
80768076
var isomorphicReactPackageVersion = React.version;
8077-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
8077+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
80788078
throw Error(
80798079
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
80808080
(isomorphicReactPackageVersion +
8081-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
8081+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
80828082
);
80838083
}
80848084
function createDrainHandler(destination, request) {
@@ -9851,5 +9851,5 @@
98519851
}
98529852
};
98539853
};
9854-
exports.version = "19.0.0-experimental-69d4b800-20241021";
9854+
exports.version = "19.0.0-experimental-45804af1-20241021";
98559855
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-server.node.production.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -6570,11 +6570,11 @@ function getPostponedState(request) {
65706570
}
65716571
function ensureCorrectIsomorphicReactVersion() {
65726572
var isomorphicReactPackageVersion = React.version;
6573-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
6573+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
65746574
throw Error(
65756575
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
65766576
(isomorphicReactPackageVersion +
6577-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
6577+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
65786578
);
65796579
}
65806580
ensureCorrectIsomorphicReactVersion();
@@ -6825,4 +6825,4 @@ exports.resumeToPipeableStream = function (children, postponedState, options) {
68256825
}
68266826
};
68276827
};
6828-
exports.version = "19.0.0-experimental-69d4b800-20241021";
6828+
exports.version = "19.0.0-experimental-45804af1-20241021";

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.development.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -25246,11 +25246,11 @@
2524625246
};
2524725247
(function () {
2524825248
var isomorphicReactPackageVersion = React.version;
25249-
if ("19.0.0-experimental-69d4b800-20241021" !== isomorphicReactPackageVersion)
25249+
if ("19.0.0-experimental-45804af1-20241021" !== isomorphicReactPackageVersion)
2525025250
throw Error(
2525125251
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
2525225252
(isomorphicReactPackageVersion +
25253-
"\n - react-dom: 19.0.0-experimental-69d4b800-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
25253+
"\n - react-dom: 19.0.0-experimental-45804af1-20241021\nLearn more: https://react.dev/warnings/version-mismatch")
2525425254
);
2525525255
})();
2525625256
("function" === typeof Map &&
@@ -25287,11 +25287,11 @@
2528725287
!(function () {
2528825288
var internals = {
2528925289
bundleType: 1,
25290-
version: "19.0.0-experimental-69d4b800-20241021",
25290+
version: "19.0.0-experimental-45804af1-20241021",
2529125291
rendererPackageName: "react-dom",
2529225292
currentDispatcherRef: ReactSharedInternals,
2529325293
findFiberByHostInstance: getClosestInstanceFromNode,
25294-
reconcilerVersion: "19.0.0-experimental-69d4b800-20241021"
25294+
reconcilerVersion: "19.0.0-experimental-45804af1-20241021"
2529525295
};
2529625296
internals.overrideHookState = overrideHookState;
2529725297
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -25599,5 +25599,5 @@
2559925599
}
2560025600
};
2560125601
};
25602-
exports.version = "19.0.0-experimental-69d4b800-20241021";
25602+
exports.version = "19.0.0-experimental-45804af1-20241021";
2560325603
})();

packages/next/src/compiled/react-dom-experimental/cjs/react-dom-unstable_testing.production.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -15462,14 +15462,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
1546215462
};
1546315463
var isomorphicReactPackageVersion$jscomp$inline_1699 = React.version;
1546415464
if (
15465-
"19.0.0-experimental-69d4b800-20241021" !==
15465+
"19.0.0-experimental-45804af1-20241021" !==
1546615466
isomorphicReactPackageVersion$jscomp$inline_1699
1546715467
)
1546815468
throw Error(
1546915469
formatProdErrorMessage(
1547015470
527,
1547115471
isomorphicReactPackageVersion$jscomp$inline_1699,
15472-
"19.0.0-experimental-69d4b800-20241021"
15472+
"19.0.0-experimental-45804af1-20241021"
1547315473
)
1547415474
);
1547515475
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
@@ -15491,11 +15491,11 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
1549115491
};
1549215492
var internals$jscomp$inline_2169 = {
1549315493
bundleType: 0,
15494-
version: "19.0.0-experimental-69d4b800-20241021",
15494+
version: "19.0.0-experimental-45804af1-20241021",
1549515495
rendererPackageName: "react-dom",
1549615496
currentDispatcherRef: ReactSharedInternals,
1549715497
findFiberByHostInstance: getClosestInstanceFromNode,
15498-
reconcilerVersion: "19.0.0-experimental-69d4b800-20241021"
15498+
reconcilerVersion: "19.0.0-experimental-45804af1-20241021"
1549915499
};
1550015500
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1550115501
var hook$jscomp$inline_2170 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -15750,4 +15750,4 @@ exports.observeVisibleRects = function (
1575015750
}
1575115751
};
1575215752
};
15753-
exports.version = "19.0.0-experimental-69d4b800-20241021";
15753+
exports.version = "19.0.0-experimental-45804af1-20241021";

0 commit comments

Comments
 (0)