generated from solidjs-community/solid-lib-starter
-
Notifications
You must be signed in to change notification settings - Fork 35
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
I have a JSX issue #66
Comments
See #53 (comment) (and if using Astro withastro/astro#5058) |
The error is the same for both vite and astro addon. |
1 task
Looks like a fix for astro is coming in; withastro/astro#5437 |
Release for Astro is live. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to create a component, I have this error:
[vite] Internal server error: Failed to parse source for import analysis because the content contains invalid JS syntax. If you are using JSX, make sure to name the file with the .jsx or .tsx extension.
I use the Conditional Drop example from the website
The text was updated successfully, but these errors were encountered: