Skip to content

Commit e7a86d2

Browse files
committed
[Fiber] Add context for the display: inline warning (#34461)
This warning doesn't execute within any particular context so doesn't have a stack. Pick the fiber of the child if it exists, otherwise the parent. <img width="846" height="316" alt="Screenshot 2025-09-10 at 12 38 28 PM" src="https://github.com/user-attachments/assets/7ab283a9-6e11-428d-9def-38f80ca958ef" /> DiffTrain build for [93d7aa6](93d7aa6)
1 parent 86b57e6 commit e7a86d2

34 files changed

+690
-646
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20e5431747347796b3be8312e56cef655b26ef4d
1+
93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20e5431747347796b3be8312e56cef655b26ef4d
1+
93d7aa69b29c20529c40cf64b0afdb5d51c9ddd1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,7 @@ __DEV__ &&
14181418
exports.useTransition = function () {
14191419
return resolveDispatcher().useTransition();
14201420
};
1421-
exports.version = "19.2.0-www-classic-20e54317-20250912";
1421+
exports.version = "19.2.0-www-classic-93d7aa69-20250912";
14221422
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14231423
"function" ===
14241424
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
@@ -1418,7 +1418,7 @@ __DEV__ &&
14181418
exports.useTransition = function () {
14191419
return resolveDispatcher().useTransition();
14201420
};
1421-
exports.version = "19.2.0-www-modern-20e54317-20250912";
1421+
exports.version = "19.2.0-www-modern-93d7aa69-20250912";
14221422
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14231423
"function" ===
14241424
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
@@ -600,4 +600,4 @@ exports.useSyncExternalStore = function (
600600
exports.useTransition = function () {
601601
return ReactSharedInternals.H.useTransition();
602602
};
603-
exports.version = "19.2.0-www-classic-20e54317-20250912";
603+
exports.version = "19.2.0-www-classic-93d7aa69-20250912";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,4 +600,4 @@ exports.useSyncExternalStore = function (
600600
exports.useTransition = function () {
601601
return ReactSharedInternals.H.useTransition();
602602
};
603-
exports.version = "19.2.0-www-modern-20e54317-20250912";
603+
exports.version = "19.2.0-www-modern-93d7aa69-20250912";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ exports.useSyncExternalStore = function (
604604
exports.useTransition = function () {
605605
return ReactSharedInternals.H.useTransition();
606606
};
607-
exports.version = "19.2.0-www-classic-20e54317-20250912";
607+
exports.version = "19.2.0-www-classic-93d7aa69-20250912";
608608
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
609609
"function" ===
610610
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
@@ -604,7 +604,7 @@ exports.useSyncExternalStore = function (
604604
exports.useTransition = function () {
605605
return ReactSharedInternals.H.useTransition();
606606
};
607-
exports.version = "19.2.0-www-modern-20e54317-20250912";
607+
exports.version = "19.2.0-www-modern-93d7aa69-20250912";
608608
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
609609
"function" ===
610610
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
@@ -19754,10 +19754,10 @@ __DEV__ &&
1975419754
(function () {
1975519755
var internals = {
1975619756
bundleType: 1,
19757-
version: "19.2.0-www-classic-20e54317-20250912",
19757+
version: "19.2.0-www-classic-93d7aa69-20250912",
1975819758
rendererPackageName: "react-art",
1975919759
currentDispatcherRef: ReactSharedInternals,
19760-
reconcilerVersion: "19.2.0-www-classic-20e54317-20250912"
19760+
reconcilerVersion: "19.2.0-www-classic-93d7aa69-20250912"
1976119761
};
1976219762
internals.overrideHookState = overrideHookState;
1976319763
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19791,7 +19791,7 @@ __DEV__ &&
1979119791
exports.Shape = Shape;
1979219792
exports.Surface = Surface;
1979319793
exports.Text = Text;
19794-
exports.version = "19.2.0-www-classic-20e54317-20250912";
19794+
exports.version = "19.2.0-www-classic-93d7aa69-20250912";
1979519795
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1979619796
"function" ===
1979719797
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
@@ -19525,10 +19525,10 @@ __DEV__ &&
1952519525
(function () {
1952619526
var internals = {
1952719527
bundleType: 1,
19528-
version: "19.2.0-www-modern-20e54317-20250912",
19528+
version: "19.2.0-www-modern-93d7aa69-20250912",
1952919529
rendererPackageName: "react-art",
1953019530
currentDispatcherRef: ReactSharedInternals,
19531-
reconcilerVersion: "19.2.0-www-modern-20e54317-20250912"
19531+
reconcilerVersion: "19.2.0-www-modern-93d7aa69-20250912"
1953219532
};
1953319533
internals.overrideHookState = overrideHookState;
1953419534
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19562,7 +19562,7 @@ __DEV__ &&
1956219562
exports.Shape = Shape;
1956319563
exports.Surface = Surface;
1956419564
exports.Text = Text;
19565-
exports.version = "19.2.0-www-modern-20e54317-20250912";
19565+
exports.version = "19.2.0-www-modern-93d7aa69-20250912";
1956619566
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1956719567
"function" ===
1956819568
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)