-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Client error only in Safari, Cannot access uninitialized variable.
#8529
Comments
Seems to works fine if you import |
@pheuter yes, also noticed the FOUC, same thing happens with Tailwind if you import it in |
This looks to me like a Uno bug, not a SvelteKit bug. Have you raised an issue over there? |
I am also having this problem. Moving the import in not a solution for reasons above, but it does make the exception go away. However, I'd like to offer some more info. With my import in my normal spot, not moved to hooks.client.js, I get many errors when doing a |
Our solution to this issue: link |
Want to note that this error appears only in |
Describe the bug
Was instructed to create a new issue with repro from convo in #2889.
Reproduction
https://github.com/pheuter/safari-repro
Logs
System Info
Severity
blocking all usage of SvelteKit
Additional Information
Blocks all client-side usage of SvelteKit on latest versions of Safari.
The text was updated successfully, but these errors were encountered: