Closed ariataylor96 closed 5 years ago
An example of this:
import React from 'react'; const Component = () => ( <div> <h1>This tag receives the electric LT</h1> <p>This tag does not</p> <div> <p>This tag receives the electric LT</p> <p>This tag does not</p> </div> </div> );
Emacs/rjsx versions? Does it happen if you pause for a second or two before hitting <?
<
Can't reproduce and need more info
An example of this: