Basic tag closing not working in React TSX
For example, webstorm won't automatically generate a closing tag for this div:

I have @types/react and @types/react-dom installed in package.json. I also installed those two in Javascript > Libraries.
What am I doing wrong?
Please sign in to leave a comment.
Completion does work for me:
Tags auto-closing doesn't always work indeed, please follow https://youtrack.jetbrains.com/issue/WEB-41487 for updates