## Steps to reproduce Create a file.jsx and add the following lines: `MyComponent = () => <div` ## Behavior with `typescript@5.9` On adding `>` a closing html tag `</div>` gets auto inserted ## Behavior with `tsgo` `</div>` does not get inserted