-
Notifications
You must be signed in to change notification settings - Fork 7
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
svelte kit complains at run time #7
Comments
Mine doesn't even render and spits out |
Same issue than @Gildedter for me on svelte kit version 1.0.0-next.326. |
Should be fixed in v1.8.0. Sorry it took my so long to publish the fix. |
https://github.com/benflap/tabler-icons-svelte#import-components-from-file Works to fix the issues though |
All I'm doing is
import { DeviceFloppy, CircleX } from 'tabler-icons-svelte';
not even using the icons in the template it complains then crashes the app when i visit a page where i import
in browser
in console
The text was updated successfully, but these errors were encountered: