Skip to content

Commit ec1b3a1

Browse files
committed
Attach instance handle to DOM in DEV for enableInternalInstanceMap (#35341)
Continue attaching `internalInstanceKey` to DOM nodes in DEV. This prevents breaking some internal dev tooling while we experiment with the broader change. Note that this does not reference the DOM handle within the flag, just attaches it and deletes it. Internals tracking is still done through the private map. DiffTrain build for [eade0d0](eade0d0)
1 parent 669001a commit ec1b3a1

34 files changed

+102
-102
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
734f1bf1ac2a065f9ae9c74b94560b2b5239bee7
1+
eade0d0fb78e327c5624f53753126687f05c0d16
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
734f1bf1ac2a065f9ae9c74b94560b2b5239bee7
1+
eade0d0fb78e327c5624f53753126687f05c0d16

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-classic-734f1bf1-20251209";
1502+
exports.version = "19.3.0-www-classic-eade0d0f-20251210";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ __DEV__ &&
14991499
exports.useTransition = function () {
15001500
return resolveDispatcher().useTransition();
15011501
};
1502-
exports.version = "19.3.0-www-modern-734f1bf1-20251209";
1502+
exports.version = "19.3.0-www-modern-eade0d0f-20251210";
15031503
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
15041504
"function" ===
15051505
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-classic-734f1bf1-20251209";
609+
exports.version = "19.3.0-www-classic-eade0d0f-20251210";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,4 +606,4 @@ exports.useSyncExternalStore = function (
606606
exports.useTransition = function () {
607607
return ReactSharedInternals.H.useTransition();
608608
};
609-
exports.version = "19.3.0-www-modern-734f1bf1-20251209";
609+
exports.version = "19.3.0-www-modern-eade0d0f-20251210";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-classic-734f1bf1-20251209";
613+
exports.version = "19.3.0-www-classic-eade0d0f-20251210";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
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
@@ -610,7 +610,7 @@ exports.useSyncExternalStore = function (
610610
exports.useTransition = function () {
611611
return ReactSharedInternals.H.useTransition();
612612
};
613-
exports.version = "19.3.0-www-modern-734f1bf1-20251209";
613+
exports.version = "19.3.0-www-modern-eade0d0f-20251210";
614614
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
615615
"function" ===
616616
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20468,10 +20468,10 @@ __DEV__ &&
2046820468
(function () {
2046920469
var internals = {
2047020470
bundleType: 1,
20471-
version: "19.3.0-www-classic-734f1bf1-20251209",
20471+
version: "19.3.0-www-classic-eade0d0f-20251210",
2047220472
rendererPackageName: "react-art",
2047320473
currentDispatcherRef: ReactSharedInternals,
20474-
reconcilerVersion: "19.3.0-www-classic-734f1bf1-20251209"
20474+
reconcilerVersion: "19.3.0-www-classic-eade0d0f-20251210"
2047520475
};
2047620476
internals.overrideHookState = overrideHookState;
2047720477
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20506,7 +20506,7 @@ __DEV__ &&
2050620506
exports.Shape = Shape;
2050720507
exports.Surface = Surface;
2050820508
exports.Text = Text;
20509-
exports.version = "19.3.0-www-classic-734f1bf1-20251209";
20509+
exports.version = "19.3.0-www-classic-eade0d0f-20251210";
2051020510
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2051120511
"function" ===
2051220512
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20239,10 +20239,10 @@ __DEV__ &&
2023920239
(function () {
2024020240
var internals = {
2024120241
bundleType: 1,
20242-
version: "19.3.0-www-modern-734f1bf1-20251209",
20242+
version: "19.3.0-www-modern-eade0d0f-20251210",
2024320243
rendererPackageName: "react-art",
2024420244
currentDispatcherRef: ReactSharedInternals,
20245-
reconcilerVersion: "19.3.0-www-modern-734f1bf1-20251209"
20245+
reconcilerVersion: "19.3.0-www-modern-eade0d0f-20251210"
2024620246
};
2024720247
internals.overrideHookState = overrideHookState;
2024820248
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -20277,7 +20277,7 @@ __DEV__ &&
2027720277
exports.Shape = Shape;
2027820278
exports.Surface = Surface;
2027920279
exports.Text = Text;
20280-
exports.version = "19.3.0-www-modern-734f1bf1-20251209";
20280+
exports.version = "19.3.0-www-modern-eade0d0f-20251210";
2028120281
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
2028220282
"function" ===
2028320283
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)