### π Search Terms isolated declarations, jsx, autofix ### π Version & Regression Information - This changed in commit or PR https://github.com/microsoft/TypeScript/pull/58260 ### β― Playground Link _No response_ ### π» Code ```ts export const x = <div aria-label="hello" /> ``` ### π Actual behavior No autofix suggestion ### π Expected behavior Autofix to add explicit type annotation ### Additional information about the issue This is with `"jsx": "react-jsx"` in tsconfig