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
It seems to be becoming a standard now that any JavaScript and TypeScript files that contain JSX syntax have the full .jsx or .tsx so I'm suggesting we update our React and Preact templates to use these filenames and add import support to WebPack (I don't think it handles these file types currently).
The text was updated successfully, but these errors were encountered:
Ahh yes my mistake .tsx seems to be implemented, but not .jsx
Probably not overly urgent, but .jsx support could be sort of easy to implement
I also noticed a strange bug where if you generate a project and NOT choose TypeScript it adds this in your index.js file which includes : any which is typescript. Small bug, I'll track it down and open another issue.
It seems to be becoming a standard now that any JavaScript and TypeScript files that contain JSX syntax have the full
.jsx
or.tsx
so I'm suggesting we update our React and Preact templates to use these filenames and add import support to WebPack (I don't think it handles these file types currently).The text was updated successfully, but these errors were encountered: