Skip to content
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 Solid Start #154

Merged
merged 1 commit into from
May 2, 2024
Merged

Fix Solid Start #154

merged 1 commit into from
May 2, 2024

Conversation

yume-chan
Copy link

Background: I accidently upgraded vite-plugin-solid to 2.10.2 in my Solid Start (0.3.x) project, and got that React is not defined error (#103 (comment))

I like the RegExp trick to test all 6 file extensions at once, but it didn't consider the query part in id, thus skipping transforming Solid Start files.

I guess Solid Start 0.7.x branch also needs this fix, because it still pins vite-plugin-solid at ~2.9.1.

Copy link

changeset-bot bot commented Apr 13, 2024

🦋 Changeset detected

Latest commit: f868715

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@yume-chan yume-chan changed the base branch from main to next April 13, 2024 19:05
@ryansolid
Copy link
Member

Thank you I will look at this. We looked to 2.9 for a different reason which I thought I had fixed. And just hadn't gotten around to 2.10 again.

@ryansolid
Copy link
Member

Actually new SolidStart is fine it appears. But no harm in merging this as well.

@ryansolid ryansolid merged commit e39adfc into solidjs:next May 2, 2024
@yume-chan yume-chan deleted the fix/solid-start branch June 17, 2024 04:01
@yume-chan yume-chan mentioned this pull request Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants