Skip to content

Commit e67f32f

Browse files
committed
Remove enableFilterEmptyStringAttributesDOM (#31765)
Base off #31764 This has landed everywhere DiffTrain build for [4996a8f](4996a8f)
1 parent 1b27d1e commit e67f32f

34 files changed

+206
-230
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3ad17ecd313a8e53b339adf8052e35b3d73f8c62
1+
4996a8fa5c5bf9e12e750c46b48f25656fb050cf
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3ad17ecd313a8e53b339adf8052e35b3d73f8c62
1+
4996a8fa5c5bf9e12e750c46b48f25656fb050cf

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ __DEV__ &&
19541954
exports.useTransition = function () {
19551955
return resolveDispatcher().useTransition();
19561956
};
1957-
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";
1957+
exports.version = "19.1.0-www-classic-4996a8fa-20241213";
19581958
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591959
"function" ===
19601960
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
@@ -1954,7 +1954,7 @@ __DEV__ &&
19541954
exports.useTransition = function () {
19551955
return resolveDispatcher().useTransition();
19561956
};
1957-
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";
1957+
exports.version = "19.1.0-www-modern-4996a8fa-20241213";
19581958
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
19591959
"function" ===
19601960
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
@@ -635,4 +635,4 @@ exports.useSyncExternalStore = function (
635635
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";
638+
exports.version = "19.1.0-www-classic-4996a8fa-20241213";

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
exports.useTransition = function () {
636636
return ReactSharedInternals.H.useTransition();
637637
};
638-
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";
638+
exports.version = "19.1.0-www-modern-4996a8fa-20241213";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";
642+
exports.version = "19.1.0-www-classic-4996a8fa-20241213";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
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
@@ -639,7 +639,7 @@ exports.useSyncExternalStore = function (
639639
exports.useTransition = function () {
640640
return ReactSharedInternals.H.useTransition();
641641
};
642-
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";
642+
exports.version = "19.1.0-www-modern-4996a8fa-20241213";
643643
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
644644
"function" ===
645645
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
@@ -17191,10 +17191,10 @@ __DEV__ &&
1719117191
(function () {
1719217192
var internals = {
1719317193
bundleType: 1,
17194-
version: "19.1.0-www-classic-3ad17ecd-20241213",
17194+
version: "19.1.0-www-classic-4996a8fa-20241213",
1719517195
rendererPackageName: "react-art",
1719617196
currentDispatcherRef: ReactSharedInternals,
17197-
reconcilerVersion: "19.1.0-www-classic-3ad17ecd-20241213"
17197+
reconcilerVersion: "19.1.0-www-classic-4996a8fa-20241213"
1719817198
};
1719917199
internals.overrideHookState = overrideHookState;
1720017200
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -17228,7 +17228,7 @@ __DEV__ &&
1722817228
exports.Shape = Shape;
1722917229
exports.Surface = Surface;
1723017230
exports.Text = Text;
17231-
exports.version = "19.1.0-www-classic-3ad17ecd-20241213";
17231+
exports.version = "19.1.0-www-classic-4996a8fa-20241213";
1723217232
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1723317233
"function" ===
1723417234
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
@@ -16954,10 +16954,10 @@ __DEV__ &&
1695416954
(function () {
1695516955
var internals = {
1695616956
bundleType: 1,
16957-
version: "19.1.0-www-modern-3ad17ecd-20241213",
16957+
version: "19.1.0-www-modern-4996a8fa-20241213",
1695816958
rendererPackageName: "react-art",
1695916959
currentDispatcherRef: ReactSharedInternals,
16960-
reconcilerVersion: "19.1.0-www-modern-3ad17ecd-20241213"
16960+
reconcilerVersion: "19.1.0-www-modern-4996a8fa-20241213"
1696116961
};
1696216962
internals.overrideHookState = overrideHookState;
1696316963
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -16991,7 +16991,7 @@ __DEV__ &&
1699116991
exports.Shape = Shape;
1699216992
exports.Surface = Surface;
1699316993
exports.Text = Text;
16994-
exports.version = "19.1.0-www-modern-3ad17ecd-20241213";
16994+
exports.version = "19.1.0-www-modern-4996a8fa-20241213";
1699516995
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1699616996
"function" ===
1699716997
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)