### Describe the bug The following code produces an error but is a false positive: ```tsx function Foo() { return <> </>; } ``` ### Reproduction _No response_ ### Expected behavior An error should not be reported in this case. ### Platform and versions ```Text Node 20.18.0 @eslint-react 1.15.0 ``` ### Stack trace _No response_ ### Additional context _No response_