-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
TS Type mismatch for components #329
Comments
im using svelte 5 with vite and 4 compatibility mode
|
Thanks for the issue. Tomorrow or Monday, I should have a couple of hours to open the PR for the Svelte5 support. |
Great thanks |
Open
I submitted a PR to at least fix the type and resolves issues with using the router with svelte 5 and ts #330 |
@ItalyPaleAle any chances we could get this PR merged? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I just started a brand new svelte project in vite, and have a type mismatch when defining routes with
wrap
.I'm using Svelte 5, so maybe that's related.
This is the setup
This also applies for normal route definitions
The text was updated successfully, but these errors were encountered: