You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Flight] Transfer Debug Info in Server-to-Server Flight Requests (#28275)
A Flight Server can be a consumer of a stream from another Server. In
this case the meta data is attached to debugInfo properties on lazy,
Promises, Arrays or Elements that might in turn get forwarded to the
next stream. In this case we want to forward this debug information to
the client in the stream.
I also added a DEV only `environmentName` option to the Flight Server.
This lets you name the server that is producing the debug info so that
you can trace the origin of where that component is executing. This
defaults to `"server"`. DevTools could use this for badges or different
colors.
DiffTrain build for commit 629541b.
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25721,7 +25721,7 @@ if (__DEV__) {
25721
25721
return root;
25722
25722
}
25723
25723
25724
-
var ReactVersion = "18.3.0-canary-947e7962a-20240212";
25724
+
var ReactVersion = "18.3.0-canary-629541bcc-20240212";
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9173,7 +9173,7 @@ var devToolsConfig$jscomp$inline_1023 = {
9173
9173
throwError("TestRenderer does not support findFiberByHostInstance()");
9174
9174
},
9175
9175
bundleType: 0,
9176
-
version: "18.3.0-canary-947e7962a-20240212",
9176
+
version: "18.3.0-canary-629541bcc-20240212",
9177
9177
rendererPackageName: "react-test-renderer"
9178
9178
};
9179
9179
varinternals$jscomp$inline_1204={
@@ -9204,7 +9204,7 @@ var internals$jscomp$inline_1204 = {
Copy file name to clipboardExpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9601,7 +9601,7 @@ var devToolsConfig$jscomp$inline_1065 = {
9601
9601
throwError("TestRenderer does not support findFiberByHostInstance()");
9602
9602
},
9603
9603
bundleType: 0,
9604
-
version: "18.3.0-canary-947e7962a-20240212",
9604
+
version: "18.3.0-canary-629541bcc-20240212",
9605
9605
rendererPackageName: "react-test-renderer"
9606
9606
};
9607
9607
varinternals$jscomp$inline_1245={
@@ -9632,7 +9632,7 @@ var internals$jscomp$inline_1245 = {
0 commit comments