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
Depends on:
- #28317
---
There's a ton of overlap between the createElement implementation and
the JSX implementation, so I combined them into a single module.
In the actual build output, the shared code between JSX and
createElement will get duplicated anyway, because react/jsx-runtime and
react (where createElement lives) are separate, flat build artifacts.
So this is more about code organization — with a few key exceptions, the
implementations of createElement and jsx are highly coupled.
DiffTrain build for commit 5fb2c93.
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
@@ -25686,7 +25686,7 @@ if (__DEV__) {
25686
25686
return root;
25687
25687
}
25688
25688
25689
-
var ReactVersion = "18.3.0-canary-ec160f32c-20240219";
25689
+
var ReactVersion = "18.3.0-canary-5fb2c93f3-20240219";
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
@@ -9176,7 +9176,7 @@ var devToolsConfig$jscomp$inline_1014 = {
9176
9176
throwError("TestRenderer does not support findFiberByHostInstance()");
9177
9177
},
9178
9178
bundleType: 0,
9179
-
version: "18.3.0-canary-ec160f32c-20240219",
9179
+
version: "18.3.0-canary-5fb2c93f3-20240219",
9180
9180
rendererPackageName: "react-test-renderer"
9181
9181
};
9182
9182
varinternals$jscomp$inline_1195={
@@ -9207,7 +9207,7 @@ var internals$jscomp$inline_1195 = {
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
@@ -9604,7 +9604,7 @@ var devToolsConfig$jscomp$inline_1056 = {
9604
9604
throwError("TestRenderer does not support findFiberByHostInstance()");
9605
9605
},
9606
9606
bundleType: 0,
9607
-
version: "18.3.0-canary-ec160f32c-20240219",
9607
+
version: "18.3.0-canary-5fb2c93f3-20240219",
9608
9608
rendererPackageName: "react-test-renderer"
9609
9609
};
9610
9610
varinternals$jscomp$inline_1236={
@@ -9635,7 +9635,7 @@ var internals$jscomp$inline_1236 = {
0 commit comments