`parseExpressionAt` throws `SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag` even though the element is wrapped in an enclosing tag #127
The code below throws SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag even though the Header element is wrapped in an enclosing tag:
Target code:
The code below throws
SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag
even though theHeader
element is wrapped in an enclosing tag: