-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
unicode routes with style tag don't load #7086
Comments
The stack trace shows the issue is in |
Seems like it might be referring to this line? svelte/src/compiler/utils/mapped_code.ts Line 291 in 4ca2af4
|
Hey, I've just run into this issue myself with Svelte version |
This comment was marked as duplicate.
This comment was marked as duplicate.
Duplicate of #6714. |
Describe the bug
Hi. Routes with non-latin character in their names (e.g.
あ.svelte
) don't compile if they have root-level style tags.Reproduction
https://stackblitz.com/edit/sveltekit-p8qavo?file=src%2Froutes%2Findex.svelte
Logs
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: