Fixing >
character in JSX text should have a "fix all in file"
#37409
Labels
Domain: Quick Fixes
Editor-provided fixes, often called code actions.
Experience Enhancement
Noncontroversial enhancements
Good First Issue
Well scoped, documented and has the green light
Help Wanted
You can do this
Milestone
Uh oh!
There was an error while loading. Please reload this page.
We introduced a breaking change in #36636 so that
>
in JSX text would become an error as per the JSX spec:I hit this several times on the new website's
src/templates/pages/download.tsx
even though the code was just working. Users shouldn't have to fix them one-by-one, so it'd probably be a good idea to auto-fix them all.The text was updated successfully, but these errors were encountered: