I'm getting strange behavior in the editor with nested JSX elements. When self-closing component (<Scene/> in my case) is written without a space before slash, the highlighting of opening and closing tags for the parent is OK, but when you add a space (<Scene />) the result is not good.
I'm getting strange behavior in the editor with nested JSX elements. When self-closing component (
<Scene/>
in my case) is written without a space before slash, the highlighting of opening and closing tags for the parent is OK, but when you add a space (<Scene />
) the result is not good.