Skip to content

Commit 6b820da

Browse files
committed
Capitalize the default Flight environment (#28402)
It's cleaner and more in line with how we style other badges like "Memo" and "ForwardRef" in DevTools. DiffTrain build for [4ea424e](4ea424e)
1 parent 6479760 commit 6b820da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
fa2f82addc7c817892c482792f56a35277e8b75a
1+
4ea424e63d1a74ce57ef675b64a8c4eabfdb2fdc

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17072,7 +17072,7 @@ Internals.Events = [
1707217072
var devToolsConfig$jscomp$inline_1783 = {
1707317073
findFiberByHostInstance: getClosestInstanceFromNode,
1707417074
bundleType: 0,
17075-
version: "18.3.0-www-modern-e933abb6",
17075+
version: "18.3.0-www-modern-89b07437",
1707617076
rendererPackageName: "react-dom"
1707717077
};
1707817078
var internals$jscomp$inline_2154 = {
@@ -17103,7 +17103,7 @@ var internals$jscomp$inline_2154 = {
1710317103
scheduleRoot: null,
1710417104
setRefreshHandler: null,
1710517105
getCurrentFiber: null,
17106-
reconcilerVersion: "18.3.0-www-modern-e933abb6"
17106+
reconcilerVersion: "18.3.0-www-modern-89b07437"
1710717107
};
1710817108
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
1710917109
var hook$jscomp$inline_2155 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
@@ -17524,4 +17524,4 @@ exports.useFormState = function (action, initialState, permalink) {
1752417524
exports.useFormStatus = function () {
1752517525
return ReactCurrentDispatcher$2.current.useHostTransitionStatus();
1752617526
};
17527-
exports.version = "18.3.0-www-modern-e933abb6";
17527+
exports.version = "18.3.0-www-modern-89b07437";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ if (__DEV__) {
11721172

11731173
{
11741174
request.environmentName =
1175-
environmentName === undefined ? "server" : environmentName;
1175+
environmentName === undefined ? "Server" : environmentName;
11761176
}
11771177

11781178
var rootTask = createTask(request, model, null, false, abortSet);

0 commit comments

Comments
 (0)