Skip to content

Commit 98926ac

Browse files
committed
Fork ReactDOMSharedInternals for www (#25791)
This isn't the right way to do this, but internally we have some restrictions so we need to add an indirection. Let's land this now so we can catch up our sync and then fix forward from there. Co-authored-by: Jan Kassens <jkassens@meta.com> DiffTrain build for `2ccfa657d9529cab25eaa25144efc64df12b13c7`
1 parent cf2ede1 commit 98926ac

38 files changed

+38828
-38807
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-classic-cd23e40c7-20221205";
30+
var ReactVersion = "18.3.0-www-classic-2ccfa657d-20221205";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-www-modern-cd23e40c7-20221205";
30+
var ReactVersion = "18.3.0-www-modern-2ccfa657d-20221205";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,4 +643,4 @@ exports.useSyncExternalStore = function(
643643
);
644644
};
645645
exports.useTransition = useTransition;
646-
exports.version = "18.3.0-www-classic-cd23e40c7-20221205";
646+
exports.version = "18.3.0-www-classic-2ccfa657d-20221205";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function(
635635
);
636636
};
637637
exports.useTransition = useTransition;
638-
exports.version = "18.3.0-www-modern-cd23e40c7-20221205";
638+
exports.version = "18.3.0-www-modern-2ccfa657d-20221205";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ exports.useSyncExternalStore = function(
654654
);
655655
};
656656
exports.useTransition = useTransition;
657-
exports.version = "18.3.0-www-classic-cd23e40c7-20221205";
657+
exports.version = "18.3.0-www-classic-2ccfa657d-20221205";
658658

659659
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
660660
if (

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ exports.useSyncExternalStore = function(
646646
);
647647
};
648648
exports.useTransition = useTransition;
649-
exports.version = "18.3.0-www-modern-cd23e40c7-20221205";
649+
exports.version = "18.3.0-www-modern-2ccfa657d-20221205";
650650

651651
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
652652
if (

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-classic-cd23e40c7-20221205";
72+
var ReactVersion = "18.3.0-www-classic-2ccfa657d-20221205";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function _assertThisInitialized(self) {
6969
return self;
7070
}
7171

72-
var ReactVersion = "18.3.0-www-modern-cd23e40c7-20221205";
72+
var ReactVersion = "18.3.0-www-modern-2ccfa657d-20221205";
7373

7474
var LegacyRoot = 0;
7575
var ConcurrentRoot = 1;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9798,7 +9798,7 @@ var slice = Array.prototype.slice,
97989798
return null;
97999799
},
98009800
bundleType: 0,
9801-
version: "18.3.0-www-classic-cd23e40c7-20221205",
9801+
version: "18.3.0-www-classic-2ccfa657d-20221205",
98029802
rendererPackageName: "react-art"
98039803
};
98049804
var internals$jscomp$inline_1336 = {
@@ -9829,7 +9829,7 @@ var internals$jscomp$inline_1336 = {
98299829
scheduleRoot: null,
98309830
setRefreshHandler: null,
98319831
getCurrentFiber: null,
9832-
reconcilerVersion: "18.3.0-next-cd23e40c7-20221205"
9832+
reconcilerVersion: "18.3.0-next-2ccfa657d-20221205"
98339833
};
98349834
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
98359835
var hook$jscomp$inline_1337 = __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
@@ -9465,7 +9465,7 @@ var slice = Array.prototype.slice,
94659465
return null;
94669466
},
94679467
bundleType: 0,
9468-
version: "18.3.0-www-modern-cd23e40c7-20221205",
9468+
version: "18.3.0-www-modern-2ccfa657d-20221205",
94699469
rendererPackageName: "react-art"
94709470
};
94719471
var internals$jscomp$inline_1327 = {
@@ -9496,7 +9496,7 @@ var internals$jscomp$inline_1327 = {
94969496
scheduleRoot: null,
94979497
setRefreshHandler: null,
94989498
getCurrentFiber: null,
9499-
reconcilerVersion: "18.3.0-next-cd23e40c7-20221205"
9499+
reconcilerVersion: "18.3.0-next-2ccfa657d-20221205"
95009500
};
95019501
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
95029502
var hook$jscomp$inline_1328 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

0 commit comments

Comments
 (0)