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
<!--
Thanks for submitting a pull request!
We appreciate you spending the time to work on these changes. Please
provide enough information so that others can review your pull request.
The three fields below are mandatory.
Before submitting a pull request, please make sure the following is
done:
1. Fork [the repository](https://github.com/facebook/react) and create
your branch from `main`.
2. Run `yarn` in the repository root.
3. If you've fixed a bug or added code that should be tested, add tests!
4. Ensure the test suite passes (`yarn test`). Tip: `yarn test --watch
TestName` is helpful in development.
5. Run `yarn test --prod` to test in the production environment. It
supports the same options as `yarn test`.
6. If you need a debugger, run `yarn test --debug --watch TestName`,
open `chrome://inspect`, and press "Inspect".
7. Format your code with
[prettier](https://github.com/prettier/prettier) (`yarn prettier`).
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only
check changed files.
9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`).
10. If you haven't already, complete the CLA.
Learn more about contributing:
https://reactjs.org/docs/how-to-contribute.html
-->
## Summary
- Remove unused webpack 4 dependencies
## How did you test this change?
- Ran `yarn test --prod`
- Ran `yarn test`
## Related PRs:
- #26887
DiffTrain build for commit fdb368d.
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
@@ -23982,7 +23982,7 @@ function createFiberRoot(
23982
23982
return root;
23983
23983
}
23984
23984
23985
-
var ReactVersion = "18.3.0-canary-3ff846d10-20230724";
23985
+
var ReactVersion = "18.3.0-canary-fdb368d9e-20230725";
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
@@ -8630,7 +8630,7 @@ var devToolsConfig$jscomp$inline_1032 = {
8630
8630
throwError("TestRenderer does not support findFiberByHostInstance()");
8631
8631
},
8632
8632
bundleType: 0,
8633
-
version: "18.3.0-canary-3ff846d10-20230724",
8633
+
version: "18.3.0-canary-fdb368d9e-20230725",
8634
8634
rendererPackageName: "react-test-renderer"
8635
8635
};
8636
8636
varinternals$jscomp$inline_1231={
@@ -8661,7 +8661,7 @@ var internals$jscomp$inline_1231 = {
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
@@ -9056,7 +9056,7 @@ var devToolsConfig$jscomp$inline_1074 = {
9056
9056
throwError("TestRenderer does not support findFiberByHostInstance()");
9057
9057
},
9058
9058
bundleType: 0,
9059
-
version: "18.3.0-canary-3ff846d10-20230724",
9059
+
version: "18.3.0-canary-fdb368d9e-20230725",
9060
9060
rendererPackageName: "react-test-renderer"
9061
9061
};
9062
9062
varinternals$jscomp$inline_1272={
@@ -9087,7 +9087,7 @@ var internals$jscomp$inline_1272 = {
0 commit comments