Skip to content

Commit

Permalink
Link to reactjs/react.dev repo instead of reactjs/reactjs.org (#28493)
Browse files Browse the repository at this point in the history
DiffTrain build for commit 850fac4.
  • Loading branch information
eps1lon committed Mar 6, 2024
1 parent 40686cd commit 13727b5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25736,7 +25736,7 @@ if (__DEV__) {
return root;
}

var ReactVersion = "18.3.0-canary-64f354cf2-20240306";
var ReactVersion = "18.3.0-canary-850fac491-20240307";

// Might add PROFILE later.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9178,7 +9178,7 @@ var devToolsConfig$jscomp$inline_1014 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-64f354cf2-20240306",
version: "18.3.0-canary-850fac491-20240307",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1195 = {
Expand Down Expand Up @@ -9209,7 +9209,7 @@ var internals$jscomp$inline_1195 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-64f354cf2-20240306"
reconcilerVersion: "18.3.0-canary-850fac491-20240307"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1196 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9606,7 +9606,7 @@ var devToolsConfig$jscomp$inline_1056 = {
throw Error("TestRenderer does not support findFiberByHostInstance()");
},
bundleType: 0,
version: "18.3.0-canary-64f354cf2-20240306",
version: "18.3.0-canary-850fac491-20240307",
rendererPackageName: "react-test-renderer"
};
var internals$jscomp$inline_1236 = {
Expand Down Expand Up @@ -9637,7 +9637,7 @@ var internals$jscomp$inline_1236 = {
scheduleRoot: null,
setRefreshHandler: null,
getCurrentFiber: null,
reconcilerVersion: "18.3.0-canary-64f354cf2-20240306"
reconcilerVersion: "18.3.0-canary-850fac491-20240307"
};
if ("undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__) {
var hook$jscomp$inline_1237 = __REACT_DEVTOOLS_GLOBAL_HOOK__;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (__DEV__) {
}
var dynamicFlags = require("ReactNativeInternalFeatureFlags");

var ReactVersion = "18.3.0-canary-64f354cf2-20240306";
var ReactVersion = "18.3.0-canary-850fac491-20240307";

// ATTENTION
// When adding new symbols to this file,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,4 +598,4 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-64f354cf2-20240306";
exports.version = "18.3.0-canary-850fac491-20240307";
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ exports.useSyncExternalStore = function (
exports.useTransition = function () {
return ReactCurrentDispatcher.current.useTransition();
};
exports.version = "18.3.0-canary-64f354cf2-20240306";
exports.version = "18.3.0-canary-850fac491-20240307";
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
"function" ===
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
64f354cf27a17c4e5b0dfcd908e47940cf947771
850fac4915864a487e7cb9ecae8a75dbac144174

0 comments on commit 13727b5

Please sign in to comment.