Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"eslint-plugin-jsdoc": "48.0.4",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "0.0.0-experimental-1bd1f01f-20251001",
"eslint-plugin-react-hooks": "0.0.0-experimental-86181134-20251001",
"eslint-v8": "npm:eslint@^8.57.0",
"event-stream": "4.0.1",
"execa": "2.0.3",
Expand Down Expand Up @@ -238,16 +238,16 @@
"pretty-ms": "7.0.0",
"random-seed": "0.3.0",
"react": "19.0.0",
"react-builtin": "npm:react@19.2.0-canary-1bd1f01f-20251001",
"react-builtin": "npm:react@19.2.0-canary-86181134-20251001",
"react-dom": "19.0.0",
"react-dom-builtin": "npm:react-dom@19.2.0-canary-1bd1f01f-20251001",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-1bd1f01f-20251001",
"react-experimental-builtin": "npm:react@0.0.0-experimental-1bd1f01f-20251001",
"react-is-builtin": "npm:react-is@19.2.0-canary-1bd1f01f-20251001",
"react-server-dom-turbopack": "19.2.0-canary-1bd1f01f-20251001",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-1bd1f01f-20251001",
"react-server-dom-webpack": "19.2.0-canary-1bd1f01f-20251001",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-1bd1f01f-20251001",
"react-dom-builtin": "npm:react-dom@19.2.0-canary-86181134-20251001",
"react-dom-experimental-builtin": "npm:react-dom@0.0.0-experimental-86181134-20251001",
"react-experimental-builtin": "npm:react@0.0.0-experimental-86181134-20251001",
"react-is-builtin": "npm:react-is@19.2.0-canary-86181134-20251001",
"react-server-dom-turbopack": "19.2.0-canary-86181134-20251001",
"react-server-dom-turbopack-experimental": "npm:react-server-dom-turbopack@0.0.0-experimental-86181134-20251001",
"react-server-dom-webpack": "19.2.0-canary-86181134-20251001",
"react-server-dom-webpack-experimental": "npm:react-server-dom-webpack@0.0.0-experimental-86181134-20251001",
"react-ssr-prepass": "1.0.8",
"react-virtualized": "9.22.3",
"relay-compiler": "13.0.2",
Expand All @@ -257,8 +257,8 @@
"resolve-from": "5.0.0",
"sass": "1.54.0",
"satori": "0.15.2",
"scheduler-builtin": "npm:scheduler@0.27.0-canary-1bd1f01f-20251001",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-1bd1f01f-20251001",
"scheduler-builtin": "npm:scheduler@0.27.0-canary-86181134-20251001",
"scheduler-experimental-builtin": "npm:scheduler@0.0.0-experimental-86181134-20251001",
"seedrandom": "3.0.5",
"semver": "7.3.7",
"serve-handler": "6.1.6",
Expand Down Expand Up @@ -302,10 +302,10 @@
"@types/react-dom": "19.1.10",
"@types/retry": "0.12.0",
"jest-snapshot": "30.0.0-alpha.6",
"react": "19.2.0-canary-1bd1f01f-20251001",
"react-dom": "19.2.0-canary-1bd1f01f-20251001",
"react-is": "19.2.0-canary-1bd1f01f-20251001",
"scheduler": "0.27.0-canary-1bd1f01f-20251001"
"react": "19.2.0-canary-86181134-20251001",
"react-dom": "19.2.0-canary-86181134-20251001",
"react-is": "19.2.0-canary-86181134-20251001",
"scheduler": "0.27.0-canary-86181134-20251001"
},
"packageExtensions": {
"eslint-plugin-react-hooks@0.0.0-experimental-6de32a5a-20250822": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15587,12 +15587,11 @@
case 11:
case 14:
case 15:
offscreenSubtreeWasHidden ||
commitHookEffectListUnmount(
Insertion,
deletedFiber,
nearestMountedAncestor
);
commitHookEffectListUnmount(
Insertion,
deletedFiber,
nearestMountedAncestor
);
offscreenSubtreeWasHidden ||
commitHookLayoutUnmountEffects(
deletedFiber,
Expand Down Expand Up @@ -17054,7 +17053,10 @@
finishedWork,
committedLanes,
committedTransitions,
0 !== (finishedWork.subtreeFlags & 10256),
0 !== (finishedWork.subtreeFlags & 10256) ||
(0 !== finishedWork.actualDuration &&
(null === finishedWork.alternate ||
finishedWork.alternate.child !== finishedWork.child)),
endTime
),
(finishedWork.mode & ProfileMode) === NoMode ||
Expand Down Expand Up @@ -17168,7 +17170,10 @@
) {
includeWorkInProgressEffects =
includeWorkInProgressEffects &&
0 !== (parentFiber.subtreeFlags & 10256);
(0 !== (parentFiber.subtreeFlags & 10256) ||
(0 !== parentFiber.actualDuration &&
(null === parentFiber.alternate ||
parentFiber.alternate.child !== parentFiber.child)));
for (parentFiber = parentFiber.child; null !== parentFiber; ) {
var nextSibling = parentFiber.sibling;
reconnectPassiveEffects(
Expand Down Expand Up @@ -17305,7 +17310,12 @@
committedTransitions$jscomp$0,
endTime$jscomp$0
) {
if (parentFiber.subtreeFlags & 10256)
if (
parentFiber.subtreeFlags & 10256 ||
(0 !== parentFiber.actualDuration &&
(null === parentFiber.alternate ||
parentFiber.alternate.child !== parentFiber.child))
)
for (var child = parentFiber.child; null !== child; ) {
parentFiber = child.sibling;
var finishedRoot = finishedRoot$jscomp$0,
Expand Down Expand Up @@ -32260,11 +32270,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-experimental-1bd1f01f-20251001" !== isomorphicReactPackageVersion)
if ("19.2.0-experimental-86181134-20251001" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-experimental-1bd1f01f-20251001\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-experimental-86181134-20251001\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -32301,10 +32311,10 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-experimental-1bd1f01f-20251001",
version: "19.2.0-experimental-86181134-20251001",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-experimental-1bd1f01f-20251001"
reconcilerVersion: "19.2.0-experimental-86181134-20251001"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -32452,7 +32462,7 @@
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-experimental-1bd1f01f-20251001";
exports.version = "19.2.0-experimental-86181134-20251001";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10409,8 +10409,7 @@ function commitDeletionEffectsOnFiber(
case 11:
case 14:
case 15:
offscreenSubtreeWasHidden ||
commitHookEffectListUnmount(2, deletedFiber, nearestMountedAncestor);
commitHookEffectListUnmount(2, deletedFiber, nearestMountedAncestor);
offscreenSubtreeWasHidden ||
commitHookEffectListUnmount(4, deletedFiber, nearestMountedAncestor);
recursivelyTraverseDeletionEffects(
Expand Down Expand Up @@ -11540,7 +11539,7 @@ function commitPassiveMountOnFiber(
finishedWork,
committedLanes,
committedTransitions,
0 !== (finishedWork.subtreeFlags & 10256)
0 !== (finishedWork.subtreeFlags & 10256) || !1
)));
flags & 2048 && commitOffscreenPassiveMountEffects(id, finishedWork);
break;
Expand Down Expand Up @@ -11587,7 +11586,8 @@ function recursivelyTraverseReconnectPassiveEffects(
includeWorkInProgressEffects
) {
includeWorkInProgressEffects =
includeWorkInProgressEffects && 0 !== (parentFiber.subtreeFlags & 10256);
includeWorkInProgressEffects &&
(0 !== (parentFiber.subtreeFlags & 10256) || !1);
for (parentFiber = parentFiber.child; null !== parentFiber; ) {
var finishedRoot = finishedRoot$jscomp$0,
finishedWork = parentFiber,
Expand Down Expand Up @@ -19566,14 +19566,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2217 = React.version;
if (
"19.2.0-experimental-1bd1f01f-20251001" !==
"19.2.0-experimental-86181134-20251001" !==
isomorphicReactPackageVersion$jscomp$inline_2217
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2217,
"19.2.0-experimental-1bd1f01f-20251001"
"19.2.0-experimental-86181134-20251001"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -19595,10 +19595,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_2914 = {
bundleType: 0,
version: "19.2.0-experimental-1bd1f01f-20251001",
version: "19.2.0-experimental-86181134-20251001",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-experimental-1bd1f01f-20251001"
reconcilerVersion: "19.2.0-experimental-86181134-20251001"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_2915 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -19705,4 +19705,4 @@ exports.hydrateRoot = function (container, initialChildren, options) {
listenToAllSupportedEvents(container);
return new ReactDOMHydrationRoot(initialChildren);
};
exports.version = "19.2.0-experimental-1bd1f01f-20251001";
exports.version = "19.2.0-experimental-86181134-20251001";
Original file line number Diff line number Diff line change
Expand Up @@ -15595,12 +15595,11 @@
case 11:
case 14:
case 15:
offscreenSubtreeWasHidden ||
commitHookEffectListUnmount(
Insertion,
deletedFiber,
nearestMountedAncestor
);
commitHookEffectListUnmount(
Insertion,
deletedFiber,
nearestMountedAncestor
);
offscreenSubtreeWasHidden ||
commitHookLayoutUnmountEffects(
deletedFiber,
Expand Down Expand Up @@ -17062,7 +17061,10 @@
finishedWork,
committedLanes,
committedTransitions,
0 !== (finishedWork.subtreeFlags & 10256),
0 !== (finishedWork.subtreeFlags & 10256) ||
(0 !== finishedWork.actualDuration &&
(null === finishedWork.alternate ||
finishedWork.alternate.child !== finishedWork.child)),
endTime
),
(finishedWork.mode & ProfileMode) === NoMode ||
Expand Down Expand Up @@ -17176,7 +17178,10 @@
) {
includeWorkInProgressEffects =
includeWorkInProgressEffects &&
0 !== (parentFiber.subtreeFlags & 10256);
(0 !== (parentFiber.subtreeFlags & 10256) ||
(0 !== parentFiber.actualDuration &&
(null === parentFiber.alternate ||
parentFiber.alternate.child !== parentFiber.child)));
for (parentFiber = parentFiber.child; null !== parentFiber; ) {
var nextSibling = parentFiber.sibling;
reconnectPassiveEffects(
Expand Down Expand Up @@ -17313,7 +17318,12 @@
committedTransitions$jscomp$0,
endTime$jscomp$0
) {
if (parentFiber.subtreeFlags & 10256)
if (
parentFiber.subtreeFlags & 10256 ||
(0 !== parentFiber.actualDuration &&
(null === parentFiber.alternate ||
parentFiber.alternate.child !== parentFiber.child))
)
for (var child = parentFiber.child; null !== child; ) {
parentFiber = child.sibling;
var finishedRoot = finishedRoot$jscomp$0,
Expand Down Expand Up @@ -32312,11 +32322,11 @@
};
(function () {
var isomorphicReactPackageVersion = React.version;
if ("19.2.0-experimental-1bd1f01f-20251001" !== isomorphicReactPackageVersion)
if ("19.2.0-experimental-86181134-20251001" !== isomorphicReactPackageVersion)
throw Error(
'Incompatible React versions: The "react" and "react-dom" packages must have the exact same version. Instead got:\n - react: ' +
(isomorphicReactPackageVersion +
"\n - react-dom: 19.2.0-experimental-1bd1f01f-20251001\nLearn more: https://react.dev/warnings/version-mismatch")
"\n - react-dom: 19.2.0-experimental-86181134-20251001\nLearn more: https://react.dev/warnings/version-mismatch")
);
})();
("function" === typeof Map &&
Expand Down Expand Up @@ -32353,10 +32363,10 @@
!(function () {
var internals = {
bundleType: 1,
version: "19.2.0-experimental-1bd1f01f-20251001",
version: "19.2.0-experimental-86181134-20251001",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-experimental-1bd1f01f-20251001"
reconcilerVersion: "19.2.0-experimental-86181134-20251001"
};
internals.overrideHookState = overrideHookState;
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
Expand Down Expand Up @@ -32834,7 +32844,7 @@
exports.useFormStatus = function () {
return resolveDispatcher().useHostTransitionStatus();
};
exports.version = "19.2.0-experimental-1bd1f01f-20251001";
exports.version = "19.2.0-experimental-86181134-20251001";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11253,8 +11253,7 @@ function commitDeletionEffectsOnFiber(
case 11:
case 14:
case 15:
offscreenSubtreeWasHidden ||
commitHookEffectListUnmount(2, deletedFiber, nearestMountedAncestor);
commitHookEffectListUnmount(2, deletedFiber, nearestMountedAncestor);
offscreenSubtreeWasHidden ||
commitHookLayoutUnmountEffects(deletedFiber, nearestMountedAncestor, 4);
recursivelyTraverseDeletionEffects(
Expand Down Expand Up @@ -12637,7 +12636,10 @@ function commitPassiveMountOnFiber(
finishedWork,
committedLanes,
committedTransitions,
0 !== (finishedWork.subtreeFlags & 10256),
0 !== (finishedWork.subtreeFlags & 10256) ||
(0 !== finishedWork.actualDuration &&
(null === finishedWork.alternate ||
finishedWork.alternate.child !== finishedWork.child)),
endTime
),
0 === (finishedWork.mode & 2) ||
Expand Down Expand Up @@ -12739,7 +12741,11 @@ function recursivelyTraverseReconnectPassiveEffects(
endTime$jscomp$0
) {
includeWorkInProgressEffects =
includeWorkInProgressEffects && 0 !== (parentFiber.subtreeFlags & 10256);
includeWorkInProgressEffects &&
(0 !== (parentFiber.subtreeFlags & 10256) ||
(0 !== parentFiber.actualDuration &&
(null === parentFiber.alternate ||
parentFiber.alternate.child !== parentFiber.child)));
for (var child = parentFiber.child; null !== child; ) {
parentFiber = child.sibling;
var finishedRoot = finishedRoot$jscomp$0,
Expand Down Expand Up @@ -12858,7 +12864,12 @@ function recursivelyTraverseAtomicPassiveEffects(
committedTransitions$jscomp$0,
endTime$jscomp$0
) {
if (parentFiber.subtreeFlags & 10256)
if (
parentFiber.subtreeFlags & 10256 ||
(0 !== parentFiber.actualDuration &&
(null === parentFiber.alternate ||
parentFiber.alternate.child !== parentFiber.child))
)
for (var child = parentFiber.child; null !== child; ) {
parentFiber = child.sibling;
var finishedRoot = finishedRoot$jscomp$0,
Expand Down Expand Up @@ -21606,14 +21617,14 @@ ReactDOMHydrationRoot.prototype.unstable_scheduleHydration = function (target) {
};
var isomorphicReactPackageVersion$jscomp$inline_2513 = React.version;
if (
"19.2.0-experimental-1bd1f01f-20251001" !==
"19.2.0-experimental-86181134-20251001" !==
isomorphicReactPackageVersion$jscomp$inline_2513
)
throw Error(
formatProdErrorMessage(
527,
isomorphicReactPackageVersion$jscomp$inline_2513,
"19.2.0-experimental-1bd1f01f-20251001"
"19.2.0-experimental-86181134-20251001"
)
);
ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
Expand All @@ -21635,10 +21646,10 @@ ReactDOMSharedInternals.findDOMNode = function (componentOrElement) {
};
var internals$jscomp$inline_3223 = {
bundleType: 0,
version: "19.2.0-experimental-1bd1f01f-20251001",
version: "19.2.0-experimental-86181134-20251001",
rendererPackageName: "react-dom",
currentDispatcherRef: ReactSharedInternals,
reconcilerVersion: "19.2.0-experimental-1bd1f01f-20251001"
reconcilerVersion: "19.2.0-experimental-86181134-20251001"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_3224 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down Expand Up @@ -21906,7 +21917,7 @@ exports.useFormState = function (action, initialState, permalink) {
exports.useFormStatus = function () {
return ReactSharedInternals.H.useHostTransitionStatus();
};
exports.version = "19.2.0-experimental-1bd1f01f-20251001";
exports.version = "19.2.0-experimental-86181134-20251001";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Loading
Loading