You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The current code is treating .js files as .jsx by using a custom transform. We should rename the files from .js to .jsx for clarity and to follow conventions.
Reasons
After migrating to Vite, it's better to explicitly use .jsx extensions for React components or files that use JSX.
The text was updated successfully, but these errors were encountered:
Description
The current code is treating
.js
files as.jsx
by using a custom transform. We should rename the files from.js
to.jsx
for clarity and to follow conventions.Reasons
After migrating to Vite, it's better to explicitly use
.jsx
extensions for React components or files that use JSX.The text was updated successfully, but these errors were encountered: