Skip to content

Commit 3355e18

Browse files
committed
fix[ReactDebugHooks/find-primitive-index]: remove some assumptions (#29652)
Partially reverts #28593. While rolling out RDT 5.2.0, I've observed some issues on React Native side: hooks inspection for some complex hook trees, like in AnimatedView, were broken. After some debugging, I've noticed a difference between what is in frame's source. The difference is in the top-most frame, where with V8 it will correctly pick up the `Type` as `Proxy` in `hookStack`, but for Hermes it will be `Object`. This means that for React Native this top most frame is skipped, since sources are identical. Here I am reverting back to the previous logic, where we check each frame if its a part of the wrapper, but also updated `isReactWrapper` function to have an explicit case for `useFormStatus` support. DiffTrain build for [fb61a1b](fb61a1b)
1 parent 0727c8a commit 3355e18

32 files changed

+58
-58
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5bd403122645ef0f0924ac5466f56e670a8f5b8d
1+
fb61a1b515c5ea0e31b0dac19184454a79c4baf1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5bd403122645ef0f0924ac5466f56e670a8f5b8d
1+
fb61a1b515c5ea0e31b0dac19184454a79c4baf1

compiled/facebook-www/React-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (
2222
) {
2323
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2424
}
25-
var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530';
25+
var ReactVersion = '19.0.0-www-classic-fb61a1b515-20240530';
2626

2727
// Re-export dynamic flags from the www version.
2828
var dynamicFeatureFlags = require('ReactFeatureFlags');

compiled/facebook-www/React-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if (
2222
) {
2323
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2424
}
25-
var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530';
25+
var ReactVersion = '19.0.0-www-modern-fb61a1b515-20240530';
2626

2727
// Re-export dynamic flags from the www version.
2828
var dynamicFeatureFlags = require('ReactFeatureFlags');

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,4 +684,4 @@ exports.useSyncExternalStore = function (
684684
exports.useTransition = function () {
685685
return ReactSharedInternals.H.useTransition();
686686
};
687-
exports.version = "19.0.0-www-classic-5bd4031226-20240530";
687+
exports.version = "19.0.0-www-classic-fb61a1b515-20240530";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,4 +684,4 @@ exports.useSyncExternalStore = function (
684684
exports.useTransition = function () {
685685
return ReactSharedInternals.H.useTransition();
686686
};
687-
exports.version = "19.0.0-www-modern-5bd4031226-20240530";
687+
exports.version = "19.0.0-www-modern-fb61a1b515-20240530";

compiled/facebook-www/React-profiling.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ exports.useSyncExternalStore = function (
688688
exports.useTransition = function () {
689689
return ReactSharedInternals.H.useTransition();
690690
};
691-
exports.version = "19.0.0-www-classic-5bd4031226-20240530";
691+
exports.version = "19.0.0-www-classic-fb61a1b515-20240530";
692692
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
693693
"function" ===
694694
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ exports.useSyncExternalStore = function (
688688
exports.useTransition = function () {
689689
return ReactSharedInternals.H.useTransition();
690690
};
691-
exports.version = "19.0.0-www-modern-5bd4031226-20240530";
691+
exports.version = "19.0.0-www-modern-fb61a1b515-20240530";
692692
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
693693
"function" ===
694694
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactART-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function _assertThisInitialized(self) {
6060
return self;
6161
}
6262

63-
var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530';
63+
var ReactVersion = '19.0.0-www-classic-fb61a1b515-20240530';
6464

6565
var LegacyRoot = 0;
6666
var ConcurrentRoot = 1;

compiled/facebook-www/ReactART-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function _assertThisInitialized(self) {
6060
return self;
6161
}
6262

63-
var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530';
63+
var ReactVersion = '19.0.0-www-modern-fb61a1b515-20240530';
6464

6565
var LegacyRoot = 0;
6666
var ConcurrentRoot = 1;

compiled/facebook-www/ReactART-prod.classic.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10640,7 +10640,7 @@ var slice = Array.prototype.slice,
1064010640
return null;
1064110641
},
1064210642
bundleType: 0,
10643-
version: "19.0.0-www-classic-5bd4031226-20240530",
10643+
version: "19.0.0-www-classic-fb61a1b515-20240530",
1064410644
rendererPackageName: "react-art"
1064510645
};
1064610646
var internals$jscomp$inline_1370 = {
@@ -10671,7 +10671,7 @@ var internals$jscomp$inline_1370 = {
1067110671
scheduleRoot: null,
1067210672
setRefreshHandler: null,
1067310673
getCurrentFiber: null,
10674-
reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530"
10674+
reconcilerVersion: "19.0.0-www-classic-fb61a1b515-20240530"
1067510675
};
1067610676
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1067710677
var hook$jscomp$inline_1371 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactART-prod.modern.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10115,7 +10115,7 @@ var slice = Array.prototype.slice,
1011510115
return null;
1011610116
},
1011710117
bundleType: 0,
10118-
version: "19.0.0-www-modern-5bd4031226-20240530",
10118+
version: "19.0.0-www-modern-fb61a1b515-20240530",
1011910119
rendererPackageName: "react-art"
1012010120
};
1012110121
var internals$jscomp$inline_1356 = {
@@ -10146,7 +10146,7 @@ var internals$jscomp$inline_1356 = {
1014610146
scheduleRoot: null,
1014710147
setRefreshHandler: null,
1014810148
getCurrentFiber: null,
10149-
reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530"
10149+
reconcilerVersion: "19.0.0-www-modern-fb61a1b515-20240530"
1015010150
};
1015110151
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1015210152
var hook$jscomp$inline_1357 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled/facebook-www/ReactDOM-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31059,7 +31059,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
3105931059
return root;
3106031060
}
3106131061

31062-
var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530';
31062+
var ReactVersion = '19.0.0-www-classic-fb61a1b515-20240530';
3106331063

3106431064
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
3106531065
implementation) {

compiled/facebook-www/ReactDOM-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30236,7 +30236,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
3023630236
return root;
3023730237
}
3023830238

30239-
var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530';
30239+
var ReactVersion = '19.0.0-www-modern-fb61a1b515-20240530';
3024030240

3024130241
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
3024230242
implementation) {

compiled/facebook-www/ReactDOM-prod.classic.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17046,14 +17046,14 @@ function getCrossOriginStringAs(as, input) {
1704617046
}
1704717047
var isomorphicReactPackageVersion$jscomp$inline_1753 = React.version;
1704817048
if (
17049-
"19.0.0-www-classic-5bd4031226-20240530" !==
17049+
"19.0.0-www-classic-fb61a1b515-20240530" !==
1705017050
isomorphicReactPackageVersion$jscomp$inline_1753
1705117051
)
1705217052
throw Error(
1705317053
formatProdErrorMessage(
1705417054
527,
1705517055
isomorphicReactPackageVersion$jscomp$inline_1753,
17056-
"19.0.0-www-classic-5bd4031226-20240530"
17056+
"19.0.0-www-classic-fb61a1b515-20240530"
1705717057
)
1705817058
);
1705917059
Internals.findDOMNode = function (componentOrElement) {
@@ -17072,7 +17072,7 @@ Internals.Events = [
1707217072
var devToolsConfig$jscomp$inline_1760 = {
1707317073
findFiberByHostInstance: getClosestInstanceFromNode,
1707417074
bundleType: 0,
17075-
version: "19.0.0-www-classic-5bd4031226-20240530",
17075+
version: "19.0.0-www-classic-fb61a1b515-20240530",
1707617076
rendererPackageName: "react-dom"
1707717077
};
1707817078
var internals$jscomp$inline_2204 = {
@@ -17102,7 +17102,7 @@ var internals$jscomp$inline_2204 = {
1710217102
scheduleRoot: null,
1710317103
setRefreshHandler: null,
1710417104
getCurrentFiber: null,
17105-
reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530"
17105+
reconcilerVersion: "19.0.0-www-classic-fb61a1b515-20240530"
1710617106
};
1710717107
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1710817108
var hook$jscomp$inline_2205 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17606,4 +17606,4 @@ exports.useFormState = function (action, initialState, permalink) {
1760617606
exports.useFormStatus = function () {
1760717607
return ReactSharedInternals.H.useHostTransitionStatus();
1760817608
};
17609-
exports.version = "19.0.0-www-classic-5bd4031226-20240530";
17609+
exports.version = "19.0.0-www-classic-fb61a1b515-20240530";

compiled/facebook-www/ReactDOM-prod.modern.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16409,14 +16409,14 @@ function getCrossOriginStringAs(as, input) {
1640916409
}
1641016410
var isomorphicReactPackageVersion$jscomp$inline_1724 = React.version;
1641116411
if (
16412-
"19.0.0-www-modern-5bd4031226-20240530" !==
16412+
"19.0.0-www-modern-fb61a1b515-20240530" !==
1641316413
isomorphicReactPackageVersion$jscomp$inline_1724
1641416414
)
1641516415
throw Error(
1641616416
formatProdErrorMessage(
1641716417
527,
1641816418
isomorphicReactPackageVersion$jscomp$inline_1724,
16419-
"19.0.0-www-modern-5bd4031226-20240530"
16419+
"19.0.0-www-modern-fb61a1b515-20240530"
1642016420
)
1642116421
);
1642216422
Internals.findDOMNode = function (componentOrElement) {
@@ -16435,7 +16435,7 @@ Internals.Events = [
1643516435
var devToolsConfig$jscomp$inline_1726 = {
1643616436
findFiberByHostInstance: getClosestInstanceFromNode,
1643716437
bundleType: 0,
16438-
version: "19.0.0-www-modern-5bd4031226-20240530",
16438+
version: "19.0.0-www-modern-fb61a1b515-20240530",
1643916439
rendererPackageName: "react-dom"
1644016440
};
1644116441
var internals$jscomp$inline_2195 = {
@@ -16465,7 +16465,7 @@ var internals$jscomp$inline_2195 = {
1646516465
scheduleRoot: null,
1646616466
setRefreshHandler: null,
1646716467
getCurrentFiber: null,
16468-
reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530"
16468+
reconcilerVersion: "19.0.0-www-modern-fb61a1b515-20240530"
1646916469
};
1647016470
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1647116471
var hook$jscomp$inline_2196 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -16839,4 +16839,4 @@ exports.useFormState = function (action, initialState, permalink) {
1683916839
exports.useFormStatus = function () {
1684016840
return ReactSharedInternals.H.useHostTransitionStatus();
1684116841
};
16842-
exports.version = "19.0.0-www-modern-5bd4031226-20240530";
16842+
exports.version = "19.0.0-www-modern-fb61a1b515-20240530";

compiled/facebook-www/ReactDOM-profiling.classic.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17815,14 +17815,14 @@ function getCrossOriginStringAs(as, input) {
1781517815
}
1781617816
var isomorphicReactPackageVersion$jscomp$inline_1840 = React.version;
1781717817
if (
17818-
"19.0.0-www-classic-5bd4031226-20240530" !==
17818+
"19.0.0-www-classic-fb61a1b515-20240530" !==
1781917819
isomorphicReactPackageVersion$jscomp$inline_1840
1782017820
)
1782117821
throw Error(
1782217822
formatProdErrorMessage(
1782317823
527,
1782417824
isomorphicReactPackageVersion$jscomp$inline_1840,
17825-
"19.0.0-www-classic-5bd4031226-20240530"
17825+
"19.0.0-www-classic-fb61a1b515-20240530"
1782617826
)
1782717827
);
1782817828
Internals.findDOMNode = function (componentOrElement) {
@@ -17841,7 +17841,7 @@ Internals.Events = [
1784117841
var devToolsConfig$jscomp$inline_1847 = {
1784217842
findFiberByHostInstance: getClosestInstanceFromNode,
1784317843
bundleType: 0,
17844-
version: "19.0.0-www-classic-5bd4031226-20240530",
17844+
version: "19.0.0-www-classic-fb61a1b515-20240530",
1784517845
rendererPackageName: "react-dom"
1784617846
};
1784717847
(function (internals) {
@@ -17885,7 +17885,7 @@ var devToolsConfig$jscomp$inline_1847 = {
1788517885
scheduleRoot: null,
1788617886
setRefreshHandler: null,
1788717887
getCurrentFiber: null,
17888-
reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530"
17888+
reconcilerVersion: "19.0.0-www-classic-fb61a1b515-20240530"
1788917889
});
1789017890
function ReactDOMRoot(internalRoot) {
1789117891
this._internalRoot = internalRoot;
@@ -18376,7 +18376,7 @@ exports.useFormState = function (action, initialState, permalink) {
1837618376
exports.useFormStatus = function () {
1837718377
return ReactSharedInternals.H.useHostTransitionStatus();
1837818378
};
18379-
exports.version = "19.0.0-www-classic-5bd4031226-20240530";
18379+
exports.version = "19.0.0-www-classic-fb61a1b515-20240530";
1838018380
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1838118381
"function" ===
1838218382
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOM-profiling.modern.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17161,14 +17161,14 @@ function getCrossOriginStringAs(as, input) {
1716117161
}
1716217162
var isomorphicReactPackageVersion$jscomp$inline_1811 = React.version;
1716317163
if (
17164-
"19.0.0-www-modern-5bd4031226-20240530" !==
17164+
"19.0.0-www-modern-fb61a1b515-20240530" !==
1716517165
isomorphicReactPackageVersion$jscomp$inline_1811
1716617166
)
1716717167
throw Error(
1716817168
formatProdErrorMessage(
1716917169
527,
1717017170
isomorphicReactPackageVersion$jscomp$inline_1811,
17171-
"19.0.0-www-modern-5bd4031226-20240530"
17171+
"19.0.0-www-modern-fb61a1b515-20240530"
1717217172
)
1717317173
);
1717417174
Internals.findDOMNode = function (componentOrElement) {
@@ -17187,7 +17187,7 @@ Internals.Events = [
1718717187
var devToolsConfig$jscomp$inline_1813 = {
1718817188
findFiberByHostInstance: getClosestInstanceFromNode,
1718917189
bundleType: 0,
17190-
version: "19.0.0-www-modern-5bd4031226-20240530",
17190+
version: "19.0.0-www-modern-fb61a1b515-20240530",
1719117191
rendererPackageName: "react-dom"
1719217192
};
1719317193
(function (internals) {
@@ -17231,7 +17231,7 @@ var devToolsConfig$jscomp$inline_1813 = {
1723117231
scheduleRoot: null,
1723217232
setRefreshHandler: null,
1723317233
getCurrentFiber: null,
17234-
reconcilerVersion: "19.0.0-www-modern-5bd4031226-20240530"
17234+
reconcilerVersion: "19.0.0-www-modern-fb61a1b515-20240530"
1723517235
});
1723617236
function ReactDOMRoot(internalRoot) {
1723717237
this._internalRoot = internalRoot;
@@ -17592,7 +17592,7 @@ exports.useFormState = function (action, initialState, permalink) {
1759217592
exports.useFormStatus = function () {
1759317593
return ReactSharedInternals.H.useHostTransitionStatus();
1759417594
};
17595-
exports.version = "19.0.0-www-modern-5bd4031226-20240530";
17595+
exports.version = "19.0.0-www-modern-fb61a1b515-20240530";
1759617596
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1759717597
"function" ===
1759817598
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

compiled/facebook-www/ReactDOMServer-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require('react');
2020
var ReactDOM = require('react-dom');
2121

22-
var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530';
22+
var ReactVersion = '19.0.0-www-classic-fb61a1b515-20240530';
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require('warning');

compiled/facebook-www/ReactDOMServer-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (__DEV__) {
1919
var React = require('react');
2020
var ReactDOM = require('react-dom');
2121

22-
var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530';
22+
var ReactVersion = '19.0.0-www-modern-fb61a1b515-20240530';
2323

2424
// This refers to a WWW module.
2525
var warningWWW = require('warning');

compiled/facebook-www/ReactDOMServer-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5699,4 +5699,4 @@ exports.renderToString = function (children, options) {
56995699
'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'
57005700
);
57015701
};
5702-
exports.version = "19.0.0-www-classic-5bd4031226-20240530";
5702+
exports.version = "19.0.0-www-classic-fb61a1b515-20240530";

compiled/facebook-www/ReactDOMServer-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5677,4 +5677,4 @@ exports.renderToString = function (children, options) {
56775677
'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'
56785678
);
56795679
};
5680-
exports.version = "19.0.0-www-modern-5bd4031226-20240530";
5680+
exports.version = "19.0.0-www-modern-fb61a1b515-20240530";

compiled/facebook-www/ReactDOMTesting-dev.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31625,7 +31625,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
3162531625
return root;
3162631626
}
3162731627

31628-
var ReactVersion = '19.0.0-www-classic-5bd4031226-20240530';
31628+
var ReactVersion = '19.0.0-www-classic-fb61a1b515-20240530';
3162931629

3163031630
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
3163131631
implementation) {

compiled/facebook-www/ReactDOMTesting-dev.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30802,7 +30802,7 @@ identifierPrefix, onUncaughtError, onCaughtError, onRecoverableError, transition
3080230802
return root;
3080330803
}
3080430804

30805-
var ReactVersion = '19.0.0-www-modern-5bd4031226-20240530';
30805+
var ReactVersion = '19.0.0-www-modern-fb61a1b515-20240530';
3080630806

3080730807
function createPortal$1(children, containerInfo, // TODO: figure out the API for cross-renderer implementation.
3080830808
implementation) {

compiled/facebook-www/ReactDOMTesting-prod.classic.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17375,14 +17375,14 @@ function getCrossOriginStringAs(as, input) {
1737517375
}
1737617376
var isomorphicReactPackageVersion$jscomp$inline_1783 = React.version;
1737717377
if (
17378-
"19.0.0-www-classic-5bd4031226-20240530" !==
17378+
"19.0.0-www-classic-fb61a1b515-20240530" !==
1737917379
isomorphicReactPackageVersion$jscomp$inline_1783
1738017380
)
1738117381
throw Error(
1738217382
formatProdErrorMessage(
1738317383
527,
1738417384
isomorphicReactPackageVersion$jscomp$inline_1783,
17385-
"19.0.0-www-classic-5bd4031226-20240530"
17385+
"19.0.0-www-classic-fb61a1b515-20240530"
1738617386
)
1738717387
);
1738817388
Internals.findDOMNode = function (componentOrElement) {
@@ -17401,7 +17401,7 @@ Internals.Events = [
1740117401
var devToolsConfig$jscomp$inline_1790 = {
1740217402
findFiberByHostInstance: getClosestInstanceFromNode,
1740317403
bundleType: 0,
17404-
version: "19.0.0-www-classic-5bd4031226-20240530",
17404+
version: "19.0.0-www-classic-fb61a1b515-20240530",
1740517405
rendererPackageName: "react-dom"
1740617406
};
1740717407
var internals$jscomp$inline_2239 = {
@@ -17431,7 +17431,7 @@ var internals$jscomp$inline_2239 = {
1743117431
scheduleRoot: null,
1743217432
setRefreshHandler: null,
1743317433
getCurrentFiber: null,
17434-
reconcilerVersion: "19.0.0-www-classic-5bd4031226-20240530"
17434+
reconcilerVersion: "19.0.0-www-classic-fb61a1b515-20240530"
1743517435
};
1743617436
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1743717437
var hook$jscomp$inline_2240 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -18086,4 +18086,4 @@ exports.useFormState = function (action, initialState, permalink) {
1808618086
exports.useFormStatus = function () {
1808718087
return ReactSharedInternals.H.useHostTransitionStatus();
1808818088
};
18089-
exports.version = "19.0.0-www-classic-5bd4031226-20240530";
18089+
exports.version = "19.0.0-www-classic-fb61a1b515-20240530";

0 commit comments

Comments
 (0)