### Is there an existing issue for this? - [X] I have searched the existing issues and my issue is unique - [X] My issue appears in the command-line and not only in the text editor ### Description Overview <!--Brief description--> <!--Show example of your code (as text format), add images/videos/gifs to help explain example--> <!--and/or Link of repo to where issue is occurring--> ```js export default () => <h1> <span> hello </span> </h1>; ``` <!--What is happening? / What is the error?--> Error reported:  No fix applied <!--What command(s) did you run to reproduce issue?--> ### Expected Behavior <!--Brief description--> Auto fix correct code to: <!--Show example of code (as text format), add images/videos/gifs to help explain expected behavior--> ```js export default () => ( <h1> <span> hello </span> </h1> ); ``` ### eslint-plugin-react version v7.32.2 ### eslint version v8.35.0 ### node version v18.14.2