Cursor is Many Many Bugs.Save To auto Semicolon in HTML

Summary of the Current Bug in English
The application is experiencing an issue with Cursor’s automatic formatting where semicolons are being incorrectly inserted into JSX code. Specifically:
When saving the file, unnecessary semicolons are automatically inserted after closing JSX tags and before comment blocks
The problem persists even after manual removal, with semicolons reappearing upon each save
The issue affects the React/TypeScript code structure in the MenuEditForm.tsx file
This causes syntax errors and breaks the proper rendering of the component
The problem appears to be related to Cursor’s code formatter or TypeScript/JSX parser configuration
This is a formatter/editor configuration issue rather than a code logic problem. It requires either disabling automatic semicolon insertion in editor settings or restructuring the JSX to prevent the formatter from misinterpreting code blocks.

No.1: cline lose: cursor

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.