Relative Content

Tag Archive for reactjsvisual-studio-codenext.jsvscode-extensions

Only div tag not closing in TypeScript JSX in VS Code

I have a Next.js App Router app structure setup in VS Code. For some reason, when I type in an opening div tag and close it within a {} in a React component, it does not seem to close the div. I tried other tags and they seem to work but when I do it with div it does not. It seems to work in a TypeScript JSX file (it closes the div tag) but not in this specific code for some reason.