Skip to content

Commit caa8e04

Browse files
committed
[SuspenseTab] Scuffed version of Suspense rects (facebook#34188)
DiffTrain build for [02a8811](facebook@02a8811)
1 parent 018b945 commit caa8e04

35 files changed

+148
-148
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9433fe357aa5df277f0e509c1b8cf975afe9ec9a
1+
02a8811864caf09ed1229e939742f793a8ed5791
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9433fe357aa5df277f0e509c1b8cf975afe9ec9a
1+
02a8811864caf09ed1229e939742f793a8ed5791

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ __DEV__ &&
14091409
exports.useTransition = function () {
14101410
return resolveDispatcher().useTransition();
14111411
};
1412-
exports.version = "19.2.0-www-classic-9433fe35-20250813";
1412+
exports.version = "19.2.0-www-classic-02a88118-20250814";
14131413
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14141414
"function" ===
14151415
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
@@ -1409,7 +1409,7 @@ __DEV__ &&
14091409
exports.useTransition = function () {
14101410
return resolveDispatcher().useTransition();
14111411
};
1412-
exports.version = "19.2.0-www-modern-9433fe35-20250813";
1412+
exports.version = "19.2.0-www-modern-02a88118-20250814";
14131413
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
14141414
"function" ===
14151415
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-9433fe35-20250813";
603+
exports.version = "19.2.0-www-classic-02a88118-20250814";

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-9433fe35-20250813";
603+
exports.version = "19.2.0-www-modern-02a88118-20250814";

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-9433fe35-20250813";
607+
exports.version = "19.2.0-www-classic-02a88118-20250814";
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-9433fe35-20250813";
607+
exports.version = "19.2.0-www-modern-02a88118-20250814";
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ __DEV__ &&
325325
try {
326326
(rendererID = hook.inject(internals)), (injectedHook = hook);
327327
} catch (err) {
328-
console.error("React instrumentation encountered an error: %s.", err);
328+
console.error("React instrumentation encountered an error: %o.", err);
329329
}
330330
return hook.checkDCE ? !0 : !1;
331331
}
@@ -339,7 +339,7 @@ __DEV__ &&
339339
hasLoggedError ||
340340
((hasLoggedError = !0),
341341
console.error(
342-
"React instrumentation encountered an error: %s",
342+
"React instrumentation encountered an error: %o",
343343
err
344344
));
345345
}
@@ -12149,7 +12149,7 @@ __DEV__ &&
1214912149
hasLoggedError ||
1215012150
((hasLoggedError = !0),
1215112151
console.error(
12152-
"React instrumentation encountered an error: %s",
12152+
"React instrumentation encountered an error: %o",
1215312153
err
1215412154
));
1215512155
}
@@ -16179,7 +16179,7 @@ __DEV__ &&
1617916179
hasLoggedError ||
1618016180
((hasLoggedError = !0),
1618116181
console.error(
16182-
"React instrumentation encountered an error: %s",
16182+
"React instrumentation encountered an error: %o",
1618316183
err
1618416184
));
1618516185
}
@@ -16387,7 +16387,7 @@ __DEV__ &&
1638716387
hasLoggedError ||
1638816388
((hasLoggedError = !0),
1638916389
console.error(
16390-
"React instrumentation encountered an error: %s",
16390+
"React instrumentation encountered an error: %o",
1639116391
err
1639216392
));
1639316393
}
@@ -17268,7 +17268,7 @@ __DEV__ &&
1726817268
hasLoggedError ||
1726917269
((hasLoggedError = !0),
1727017270
console.error(
17271-
"React instrumentation encountered an error: %s",
17271+
"React instrumentation encountered an error: %o",
1727217272
err
1727317273
));
1727417274
}
@@ -19588,10 +19588,10 @@ __DEV__ &&
1958819588
(function () {
1958919589
var internals = {
1959019590
bundleType: 1,
19591-
version: "19.2.0-www-classic-9433fe35-20250813",
19591+
version: "19.2.0-www-classic-02a88118-20250814",
1959219592
rendererPackageName: "react-art",
1959319593
currentDispatcherRef: ReactSharedInternals,
19594-
reconcilerVersion: "19.2.0-www-classic-9433fe35-20250813"
19594+
reconcilerVersion: "19.2.0-www-classic-02a88118-20250814"
1959519595
};
1959619596
internals.overrideHookState = overrideHookState;
1959719597
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19625,7 +19625,7 @@ __DEV__ &&
1962519625
exports.Shape = Shape;
1962619626
exports.Surface = Surface;
1962719627
exports.Text = Text;
19628-
exports.version = "19.2.0-www-classic-9433fe35-20250813";
19628+
exports.version = "19.2.0-www-classic-02a88118-20250814";
1962919629
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1963019630
"function" ===
1963119631
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ __DEV__ &&
325325
try {
326326
(rendererID = hook.inject(internals)), (injectedHook = hook);
327327
} catch (err) {
328-
console.error("React instrumentation encountered an error: %s.", err);
328+
console.error("React instrumentation encountered an error: %o.", err);
329329
}
330330
return hook.checkDCE ? !0 : !1;
331331
}
@@ -339,7 +339,7 @@ __DEV__ &&
339339
hasLoggedError ||
340340
((hasLoggedError = !0),
341341
console.error(
342-
"React instrumentation encountered an error: %s",
342+
"React instrumentation encountered an error: %o",
343343
err
344344
));
345345
}
@@ -11967,7 +11967,7 @@ __DEV__ &&
1196711967
hasLoggedError ||
1196811968
((hasLoggedError = !0),
1196911969
console.error(
11970-
"React instrumentation encountered an error: %s",
11970+
"React instrumentation encountered an error: %o",
1197111971
err
1197211972
));
1197311973
}
@@ -15992,7 +15992,7 @@ __DEV__ &&
1599215992
hasLoggedError ||
1599315993
((hasLoggedError = !0),
1599415994
console.error(
15995-
"React instrumentation encountered an error: %s",
15995+
"React instrumentation encountered an error: %o",
1599615996
err
1599715997
));
1599815998
}
@@ -16200,7 +16200,7 @@ __DEV__ &&
1620016200
hasLoggedError ||
1620116201
((hasLoggedError = !0),
1620216202
console.error(
16203-
"React instrumentation encountered an error: %s",
16203+
"React instrumentation encountered an error: %o",
1620416204
err
1620516205
));
1620616206
}
@@ -17081,7 +17081,7 @@ __DEV__ &&
1708117081
hasLoggedError ||
1708217082
((hasLoggedError = !0),
1708317083
console.error(
17084-
"React instrumentation encountered an error: %s",
17084+
"React instrumentation encountered an error: %o",
1708517085
err
1708617086
));
1708717087
}
@@ -19359,10 +19359,10 @@ __DEV__ &&
1935919359
(function () {
1936019360
var internals = {
1936119361
bundleType: 1,
19362-
version: "19.2.0-www-modern-9433fe35-20250813",
19362+
version: "19.2.0-www-modern-02a88118-20250814",
1936319363
rendererPackageName: "react-art",
1936419364
currentDispatcherRef: ReactSharedInternals,
19365-
reconcilerVersion: "19.2.0-www-modern-9433fe35-20250813"
19365+
reconcilerVersion: "19.2.0-www-modern-02a88118-20250814"
1936619366
};
1936719367
internals.overrideHookState = overrideHookState;
1936819368
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
@@ -19396,7 +19396,7 @@ __DEV__ &&
1939619396
exports.Shape = Shape;
1939719397
exports.Surface = Surface;
1939819398
exports.Text = Text;
19399-
exports.version = "19.2.0-www-modern-9433fe35-20250813";
19399+
exports.version = "19.2.0-www-modern-02a88118-20250814";
1940019400
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
1940119401
"function" ===
1940219402
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)