Open jmsunseri opened 2 years ago
Mine doesn't even render and spits out
tabler-icons-svelte doesn't appear to be written in CJS, but also doesn't appear to be a valid ES module (i.e. it doesn't have "type": "module" or an .mjs extension for the entry point). Please contact the package author to fix.
on the dev console
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.
Mine tries to load everything :eyes:
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