Skip to content

Commit e94b4cb

Browse files
committed
Should not export functions that are not imported (#27222)
These functions are not imported anywhere and should have not been exported to begin with DiffTrain build for commit 5ad8ef5.
1 parent 822f137 commit e94b4cb

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23961,7 +23961,7 @@ function createFiberRoot(
2396123961
return root;
2396223962
}
2396323963

23964-
var ReactVersion = "18.3.0-canary-1a001dac6-20230812";
23964+
var ReactVersion = "18.3.0-canary-5ad8ef577-20230814";
2396523965

2396623966
// Might add PROFILE later.
2396723967

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-prod.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8615,7 +8615,7 @@ var devToolsConfig$jscomp$inline_1029 = {
86158615
throw Error("TestRenderer does not support findFiberByHostInstance()");
86168616
},
86178617
bundleType: 0,
8618-
version: "18.3.0-canary-1a001dac6-20230812",
8618+
version: "18.3.0-canary-5ad8ef577-20230814",
86198619
rendererPackageName: "react-test-renderer"
86208620
};
86218621
var internals$jscomp$inline_1228 = {
@@ -8646,7 +8646,7 @@ var internals$jscomp$inline_1228 = {
86468646
scheduleRoot: null,
86478647
setRefreshHandler: null,
86488648
getCurrentFiber: null,
8649-
reconcilerVersion: "18.3.0-canary-1a001dac6-20230812"
8649+
reconcilerVersion: "18.3.0-canary-5ad8ef577-20230814"
86508650
};
86518651
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
86528652
var hook$jscomp$inline_1229 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react-test-renderer/cjs/ReactTestRenderer-profiling.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9041,7 +9041,7 @@ var devToolsConfig$jscomp$inline_1071 = {
90419041
throw Error("TestRenderer does not support findFiberByHostInstance()");
90429042
},
90439043
bundleType: 0,
9044-
version: "18.3.0-canary-1a001dac6-20230812",
9044+
version: "18.3.0-canary-5ad8ef577-20230814",
90459045
rendererPackageName: "react-test-renderer"
90469046
};
90479047
var internals$jscomp$inline_1269 = {
@@ -9072,7 +9072,7 @@ var internals$jscomp$inline_1269 = {
90729072
scheduleRoot: null,
90739073
setRefreshHandler: null,
90749074
getCurrentFiber: null,
9075-
reconcilerVersion: "18.3.0-canary-1a001dac6-20230812"
9075+
reconcilerVersion: "18.3.0-canary-5ad8ef577-20230814"
90769076
};
90779077
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
90789078
var hook$jscomp$inline_1270 = __REACT_DEVTOOLS_GLOBAL_HOOK__;

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if (
2727
}
2828
"use strict";
2929

30-
var ReactVersion = "18.3.0-canary-1a001dac6-20230812";
30+
var ReactVersion = "18.3.0-canary-5ad8ef577-20230814";
3131

3232
// ATTENTION
3333
// When adding new symbols to this file,

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,4 +616,4 @@ exports.useSyncExternalStore = function (
616616
exports.useTransition = function () {
617617
return ReactCurrentDispatcher.current.useTransition();
618618
};
619-
exports.version = "18.3.0-canary-1a001dac6-20230812";
619+
exports.version = "18.3.0-canary-5ad8ef577-20230814";

compiled-rn/facebook-fbsource/xplat/js/RKJSModules/vendor/react/cjs/React-profiling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ exports.useSyncExternalStore = function (
619619
exports.useTransition = function () {
620620
return ReactCurrentDispatcher.current.useTransition();
621621
};
622-
exports.version = "18.3.0-canary-1a001dac6-20230812";
622+
exports.version = "18.3.0-canary-5ad8ef577-20230814";
623623

624624
/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */
625625
if (
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1a001dac6220a64d98ae33a28e89dde78100d6c5
1+
5ad8ef57729fa4a57aeec3f9b0516325248dba85

0 commit comments

Comments
 (0)