mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Create short link for jsx warning (#28899)
Short link created in https://github.com/reactjs/react.dev/pull/6772
This commit is contained in:
@@ -738,9 +738,7 @@ export function createElement(type, config, children) {
|
||||
console.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
|
||||
'https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html',
|
||||
'faster performance: https://react.dev/link/new-jsx-transform',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user