Skip to content

Commit a8b2c82

Browse files
committed
Update /link URLs to react.dev (#28477)
Depends on reactjs/react.dev#6670 [merged] DiffTrain build for [1940cb2](1940cb2)
1 parent 6e4aad3 commit a8b2c82

26 files changed

+390
-390
lines changed

compiled/facebook-www/JSXDEVRuntime-dev.classic.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ if (__DEV__) {
868868
"This case cannot be automatically converted to an arrow function. " +
869869
"We ask you to manually fix this case by using useRef() or createRef() instead. " +
870870
"Learn more about using refs safely here: " +
871-
"https://reactjs.org/link/strict-mode-string-ref",
871+
"https://react.dev/link/strict-mode-string-ref",
872872
getComponentNameFromType(ReactCurrentOwner.current.type),
873873
config.ref
874874
);
@@ -889,7 +889,7 @@ if (__DEV__) {
889889
"%s: `key` is not a prop. Trying to access it will result " +
890890
"in `undefined` being returned. If you need to access the same " +
891891
"value within the child component, you should pass it as a different " +
892-
"prop. (https://reactjs.org/link/special-props)",
892+
"prop. (https://react.dev/link/special-props)",
893893
displayName
894894
);
895895
}
@@ -914,7 +914,7 @@ if (__DEV__) {
914914
"%s: `ref` is not a prop. Trying to access it will result " +
915915
"in `undefined` being returned. If you need to access the same " +
916916
"value within the child component, you should pass it as a different " +
917-
"prop. (https://reactjs.org/link/special-props)",
917+
"prop. (https://react.dev/link/special-props)",
918918
displayName
919919
);
920920
}
@@ -1414,7 +1414,7 @@ if (__DEV__) {
14141414

14151415
error(
14161416
'Each child in a list should have a unique "key" prop.' +
1417-
"%s%s See https://reactjs.org/link/warning-keys for more information.",
1417+
"%s%s See https://react.dev/link/warning-keys for more information.",
14181418
currentComponentErrorInfo,
14191419
childOwner
14201420
);

compiled/facebook-www/JSXDEVRuntime-dev.modern.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ if (__DEV__) {
868868
"This case cannot be automatically converted to an arrow function. " +
869869
"We ask you to manually fix this case by using useRef() or createRef() instead. " +
870870
"Learn more about using refs safely here: " +
871-
"https://reactjs.org/link/strict-mode-string-ref",
871+
"https://react.dev/link/strict-mode-string-ref",
872872
getComponentNameFromType(ReactCurrentOwner.current.type),
873873
config.ref
874874
);
@@ -889,7 +889,7 @@ if (__DEV__) {
889889
"%s: `key` is not a prop. Trying to access it will result " +
890890
"in `undefined` being returned. If you need to access the same " +
891891
"value within the child component, you should pass it as a different " +
892-
"prop. (https://reactjs.org/link/special-props)",
892+
"prop. (https://react.dev/link/special-props)",
893893
displayName
894894
);
895895
}
@@ -914,7 +914,7 @@ if (__DEV__) {
914914
"%s: `ref` is not a prop. Trying to access it will result " +
915915
"in `undefined` being returned. If you need to access the same " +
916916
"value within the child component, you should pass it as a different " +
917-
"prop. (https://reactjs.org/link/special-props)",
917+
"prop. (https://react.dev/link/special-props)",
918918
displayName
919919
);
920920
}
@@ -1414,7 +1414,7 @@ if (__DEV__) {
14141414

14151415
error(
14161416
'Each child in a list should have a unique "key" prop.' +
1417-
"%s%s See https://reactjs.org/link/warning-keys for more information.",
1417+
"%s%s See https://react.dev/link/warning-keys for more information.",
14181418
currentComponentErrorInfo,
14191419
childOwner
14201420
);

compiled/facebook-www/REVISION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2f8f7760223241665f472a2a9be16650473bce39
1+
1940cb27b260c2eab79c76763d1151ba18353ff8

compiled/facebook-www/React-dev.classic.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-www-classic-7829c2f7";
27+
var ReactVersion = "18.3.0-www-classic-14ddc39a";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,
@@ -1237,7 +1237,7 @@ if (__DEV__) {
12371237
"This case cannot be automatically converted to an arrow function. " +
12381238
"We ask you to manually fix this case by using useRef() or createRef() instead. " +
12391239
"Learn more about using refs safely here: " +
1240-
"https://reactjs.org/link/strict-mode-string-ref",
1240+
"https://react.dev/link/strict-mode-string-ref",
12411241
getComponentNameFromType(ReactCurrentOwner.current.type),
12421242
config.ref
12431243
);
@@ -1258,7 +1258,7 @@ if (__DEV__) {
12581258
"%s: `key` is not a prop. Trying to access it will result " +
12591259
"in `undefined` being returned. If you need to access the same " +
12601260
"value within the child component, you should pass it as a different " +
1261-
"prop. (https://reactjs.org/link/special-props)",
1261+
"prop. (https://react.dev/link/special-props)",
12621262
displayName
12631263
);
12641264
}
@@ -1283,7 +1283,7 @@ if (__DEV__) {
12831283
"%s: `ref` is not a prop. Trying to access it will result " +
12841284
"in `undefined` being returned. If you need to access the same " +
12851285
"value within the child component, you should pass it as a different " +
1286-
"prop. (https://reactjs.org/link/special-props)",
1286+
"prop. (https://react.dev/link/special-props)",
12871287
displayName
12881288
);
12891289
}
@@ -2147,7 +2147,7 @@ if (__DEV__) {
21472147

21482148
error(
21492149
'Each child in a list should have a unique "key" prop.' +
2150-
"%s%s See https://reactjs.org/link/warning-keys for more information.",
2150+
"%s%s See https://react.dev/link/warning-keys for more information.",
21512151
currentComponentErrorInfo,
21522152
childOwner
21532153
);
@@ -3013,7 +3013,7 @@ if (__DEV__) {
30133013
"1. You might have mismatching versions of React and the renderer (such as React DOM)\n" +
30143014
"2. You might be breaking the Rules of Hooks\n" +
30153015
"3. You might have more than one copy of React in the same app\n" +
3016-
"See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem."
3016+
"See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem."
30173017
);
30183018
}
30193019
} // Will result in a null access error if accessed outside render phase. We

compiled/facebook-www/React-dev.modern.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (__DEV__) {
2424
) {
2525
__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
2626
}
27-
var ReactVersion = "18.3.0-www-modern-99dd25e6";
27+
var ReactVersion = "18.3.0-www-modern-76412cae";
2828

2929
// ATTENTION
3030
// When adding new symbols to this file,
@@ -1237,7 +1237,7 @@ if (__DEV__) {
12371237
"This case cannot be automatically converted to an arrow function. " +
12381238
"We ask you to manually fix this case by using useRef() or createRef() instead. " +
12391239
"Learn more about using refs safely here: " +
1240-
"https://reactjs.org/link/strict-mode-string-ref",
1240+
"https://react.dev/link/strict-mode-string-ref",
12411241
getComponentNameFromType(ReactCurrentOwner.current.type),
12421242
config.ref
12431243
);
@@ -1258,7 +1258,7 @@ if (__DEV__) {
12581258
"%s: `key` is not a prop. Trying to access it will result " +
12591259
"in `undefined` being returned. If you need to access the same " +
12601260
"value within the child component, you should pass it as a different " +
1261-
"prop. (https://reactjs.org/link/special-props)",
1261+
"prop. (https://react.dev/link/special-props)",
12621262
displayName
12631263
);
12641264
}
@@ -1283,7 +1283,7 @@ if (__DEV__) {
12831283
"%s: `ref` is not a prop. Trying to access it will result " +
12841284
"in `undefined` being returned. If you need to access the same " +
12851285
"value within the child component, you should pass it as a different " +
1286-
"prop. (https://reactjs.org/link/special-props)",
1286+
"prop. (https://react.dev/link/special-props)",
12871287
displayName
12881288
);
12891289
}
@@ -2103,7 +2103,7 @@ if (__DEV__) {
21032103

21042104
error(
21052105
'Each child in a list should have a unique "key" prop.' +
2106-
"%s%s See https://reactjs.org/link/warning-keys for more information.",
2106+
"%s%s See https://react.dev/link/warning-keys for more information.",
21072107
currentComponentErrorInfo,
21082108
childOwner
21092109
);
@@ -2969,7 +2969,7 @@ if (__DEV__) {
29692969
"1. You might have mismatching versions of React and the renderer (such as React DOM)\n" +
29702970
"2. You might be breaking the Rules of Hooks\n" +
29712971
"3. You might have more than one copy of React in the same app\n" +
2972-
"See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem."
2972+
"See https://react.dev/link/invalid-hook-call for tips about how to debug and fix this problem."
29732973
);
29742974
}
29752975
} // Will result in a null access error if accessed outside render phase. We

compiled/facebook-www/React-prod.classic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -633,4 +633,4 @@ exports.useSyncExternalStore = function (
633633
exports.useTransition = function () {
634634
return ReactCurrentDispatcher.current.useTransition();
635635
};
636-
exports.version = "18.3.0-www-classic-d9a6038e";
636+
exports.version = "18.3.0-www-classic-61b84c37";

compiled/facebook-www/React-prod.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,4 +625,4 @@ exports.useSyncExternalStore = function (
625625
exports.useTransition = function () {
626626
return ReactCurrentDispatcher.current.useTransition();
627627
};
628-
exports.version = "18.3.0-www-modern-4bf685e4";
628+
exports.version = "18.3.0-www-modern-b83cf0f1";

compiled/facebook-www/React-profiling.modern.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ exports.useSyncExternalStore = function (
629629
exports.useTransition = function () {
630630
return ReactCurrentDispatcher.current.useTransition();
631631
};
632-
exports.version = "18.3.0-www-modern-03577a43";
632+
exports.version = "18.3.0-www-modern-54bc703c";
633633
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ &&
634634
"function" ===
635635
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop &&

0 commit comments

Comments
 (0)