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
The JSX runtime (both the new one and the classic createElement runtime)
check for reserved props like `key` and `ref` by doing a lookup in a
plain object map with `hasOwnProperty`.
There are only a few reserved props so this inlines the checks instead.
DiffTrain build for commit 1beb941.
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -25725,7 +25725,7 @@ if (__DEV__) {
25725
25725
return root;
25726
25726
}
25727
25727
25728
-
var ReactVersion = "18.3.0-canary-0d11563b4-20240206";
25728
+
var ReactVersion = "18.3.0-canary-1beb94133-20240206";
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9157,7 +9157,7 @@ var devToolsConfig$jscomp$inline_1012 = {
9157
9157
throwError("TestRenderer does not support findFiberByHostInstance()");
9158
9158
},
9159
9159
bundleType: 0,
9160
-
version: "18.3.0-canary-0d11563b4-20240206",
9160
+
version: "18.3.0-canary-1beb94133-20240206",
9161
9161
rendererPackageName: "react-test-renderer"
9162
9162
};
9163
9163
varinternals$jscomp$inline_1190={
@@ -9188,7 +9188,7 @@ var internals$jscomp$inline_1190 = {
Copy file name to clipboardexpand all lines: compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -9585,7 +9585,7 @@ var devToolsConfig$jscomp$inline_1054 = {
9585
9585
throwError("TestRenderer does not support findFiberByHostInstance()");
9586
9586
},
9587
9587
bundleType: 0,
9588
-
version: "18.3.0-canary-0d11563b4-20240206",
9588
+
version: "18.3.0-canary-1beb94133-20240206",
9589
9589
rendererPackageName: "react-test-renderer"
9590
9590
};
9591
9591
varinternals$jscomp$inline_1231={
@@ -9616,7 +9616,7 @@ var internals$jscomp$inline_1231 = {
0 commit comments