You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parseExpressionAt throws SyntaxError: Adjacent JSX elements must be wrapped in an enclosing tag even though the element is wrapped in an enclosing tag
#127
Open
Momijiichigo opened this issue
Sep 14, 2021
· 0 comments
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:The text was updated successfully, but these errors were encountered: