All .js files containing JSX syntax (e.g., , , etc.) are incorrectly outputting HTML entities instead of JSX tags. For instance, and render as <View> and <Card>, affecting the readability and functionality of the UI.
Link to the Bolt URL that caused the error
localhost:5173
Steps to reproduce
Open any .js file with JSX content.
Render the file to view the output.
Observe that all JSX tags (e.g., , ) appear as HTML entities (<View>, <Card>).
Expected behavior
JSX tags should render correctly as and without being converted to HTML entities.
Actual behavior: All JSX tags render as HTML entities (e.g., renders as <View>), causing incorrect display and making debugging more challenging.
Screen Recording / Screenshot
No response
Platform
OS: macOS
Browser: Chrome Canary
Additional context
This issue might be due to encoding configuration or a component processing bug that automatically escapes HTML entities in JSX.
Describe the bug
All .js files containing JSX syntax (e.g.,, , etc.) are incorrectly outputting HTML entities instead of JSX tags. For instance, and render as <View> and <Card>, affecting the readability and functionality of the UI.
Link to the Bolt URL that caused the error
localhost:5173
Steps to reproduce
Expected behavior
JSX tags should render correctly as and without being converted to HTML entities.
Actual behavior: All JSX tags render as HTML entities (e.g., renders as <View>), causing incorrect display and making debugging more challenging.
Screen Recording / Screenshot
No response
Platform
Additional context
This issue might be due to encoding configuration or a component processing bug that automatically escapes HTML entities in JSX.