Merge pull request #33705 from schultzp2020/remove-jsx-codemod-guide

docs: replace JSX codemod tutorial with link to codemod.com
This commit is contained in:
Patrik Oldsberg
2026-04-07 20:33:47 +02:00
committed by GitHub
2 changed files with 1 additions and 469 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ If you must preserve the default React import for compatibility reasons, you can
import { default as React } from 'react';
```
To streamline this process, consider using an automated codemod. Instructions are available in this [migration guide](https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/jsx-migration-codemod.md).
To streamline this process, consider using an [automated codemod](https://app.codemod.com/registry/jsx-new-transform).
### Updating Configuration Files