-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(remix-dev): support JSX in .js
route files
#3059
Conversation
.js
route files.js
route files
.js
route files.js
route files
Co-authored-by: Michaël De Boey <info@michaeldeboey.be>
@@ -0,0 +1,42 @@ | |||
import { test } from "@playwright/test"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went to add a unit test to our build in remix-dev
but it looks like that test is completely skipped and relies on the old Gists app that no longer exists. I tried to adapt it with a new fixture but couldn't get it working, so I went with this for now. We should probably fix that test file though.
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
We currently support JSX syntax in
.js
files except for route modules. This PR should fix that.