Skip to content

Commit b1ed00c

Browse files
committed
Create short link for jsx warning (#28899)
Short link created in reactjs/react.dev#6772 DiffTrain build for commit facebook/react@6f6e375.
1 parent 0da70b0 commit b1ed00c

File tree

2 files changed

+4
-5
lines changed
  • compiled-rn/facebook-fbsource/xplat/js

2 files changed

+4
-5
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @noflow
88
* @nolint
99
* @preventMunge
10-
* @generated SignedSource<<d7190ab854f8773414d6c6f329023c5e>>
10+
* @generated SignedSource<<5657642071f954739542e489d20fe745>>
1111
*/
1212

1313
'use strict';
@@ -27,7 +27,7 @@ if (
2727
}
2828
var dynamicFlagsUntyped = require('ReactNativeInternalFeatureFlags');
2929

30-
var ReactVersion = '19.0.0-canary-086a539f';
30+
var ReactVersion = '19.0.0-canary-bbf3fbcd';
3131

3232
// Re-export dynamic flags from the internal module.
3333
var dynamicFlags = dynamicFlagsUntyped; // We destructure each value before re-exporting to avoid a dynamic look-up on
@@ -1640,8 +1640,7 @@ function createElement(type, config, children) {
16401640
!('key' in config)) {
16411641
didWarnAboutOldJSXRuntime = true;
16421642

1643-
warn('Your app (or one of its dependencies) is using an outdated JSX ' + 'transform. Update to the modern JSX transform for ' + 'faster performance: ' + // TODO: Create a short link for this
1644-
'https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html');
1643+
warn('Your app (or one of its dependencies) is using an outdated JSX ' + 'transform. Update to the modern JSX transform for ' + 'faster performance: https://react.dev/link/new-jsx-transform');
16451644
}
16461645
}
16471646

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9f2eebd807bf53b7d9901cf0b768762948224cae
1+
6f6e375fce9d0700434f863f70f0e2e5ea180426

0 commit comments

Comments
 (0)