@@ -24,7 +24,7 @@ if (__DEV__) {
24
24
) {
25
25
__REACT_DEVTOOLS_GLOBAL_HOOK__ . registerInternalModuleStart ( new Error ( ) ) ;
26
26
}
27
- var ReactVersion = "18.3.0-www-classic-7829c2f7 " ;
27
+ var ReactVersion = "18.3.0-www-classic-14ddc39a " ;
28
28
29
29
// ATTENTION
30
30
// When adding new symbols to this file,
@@ -1237,7 +1237,7 @@ if (__DEV__) {
1237
1237
"This case cannot be automatically converted to an arrow function. " +
1238
1238
"We ask you to manually fix this case by using useRef() or createRef() instead. " +
1239
1239
"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" ,
1241
1241
getComponentNameFromType ( ReactCurrentOwner . current . type ) ,
1242
1242
config . ref
1243
1243
) ;
@@ -1258,7 +1258,7 @@ if (__DEV__) {
1258
1258
"%s: `key` is not a prop. Trying to access it will result " +
1259
1259
"in `undefined` being returned. If you need to access the same " +
1260
1260
"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)" ,
1262
1262
displayName
1263
1263
) ;
1264
1264
}
@@ -1283,7 +1283,7 @@ if (__DEV__) {
1283
1283
"%s: `ref` is not a prop. Trying to access it will result " +
1284
1284
"in `undefined` being returned. If you need to access the same " +
1285
1285
"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)" ,
1287
1287
displayName
1288
1288
) ;
1289
1289
}
@@ -2147,7 +2147,7 @@ if (__DEV__) {
2147
2147
2148
2148
error (
2149
2149
'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." ,
2151
2151
currentComponentErrorInfo ,
2152
2152
childOwner
2153
2153
) ;
@@ -3013,7 +3013,7 @@ if (__DEV__) {
3013
3013
"1. You might have mismatching versions of React and the renderer (such as React DOM)\n" +
3014
3014
"2. You might be breaking the Rules of Hooks\n" +
3015
3015
"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."
3017
3017
) ;
3018
3018
}
3019
3019
} // Will result in a null access error if accessed outside render phase. We
0 commit comments