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
[Debug Tools] Always use includeHooksSource option (#28309)
This option was added defensively but it's not needed. There's no cost
to including it always.
I suspect this optional was added mainly to avoid needing to update
tests. That's not a reason to have an unnecessary public API though.
We have a praxis for dealing with source location in tests to avoid them
failing tests. I also ported them to inline snapshots so that additions
to the protocol isn't such a pain.
DiffTrain build for commit f0e808e.
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
@@ -25937,7 +25937,7 @@ if (__DEV__) {
25937
25937
return root;
25938
25938
}
25939
25939
25940
-
var ReactVersion = "18.3.0-canary-dc3178151-20240213";
25940
+
var ReactVersion = "18.3.0-canary-f0e808e5b-20240214";
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
@@ -9169,7 +9169,7 @@ var devToolsConfig$jscomp$inline_1024 = {
9169
9169
throwError("TestRenderer does not support findFiberByHostInstance()");
9170
9170
},
9171
9171
bundleType: 0,
9172
-
version: "18.3.0-canary-dc3178151-20240213",
9172
+
version: "18.3.0-canary-f0e808e5b-20240214",
9173
9173
rendererPackageName: "react-test-renderer"
9174
9174
};
9175
9175
varinternals$jscomp$inline_1205={
@@ -9200,7 +9200,7 @@ var internals$jscomp$inline_1205 = {
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
@@ -9597,7 +9597,7 @@ var devToolsConfig$jscomp$inline_1066 = {
9597
9597
throwError("TestRenderer does not support findFiberByHostInstance()");
9598
9598
},
9599
9599
bundleType: 0,
9600
-
version: "18.3.0-canary-dc3178151-20240213",
9600
+
version: "18.3.0-canary-f0e808e5b-20240214",
9601
9601
rendererPackageName: "react-test-renderer"
9602
9602
};
9603
9603
varinternals$jscomp$inline_1246={
@@ -9628,7 +9628,7 @@ var internals$jscomp$inline_1246 = {
0 commit comments