Joaquín Sánchez
Joaquín Sánchez
Can you open an issue about the props issue? Do you have the types in your app.d.ts? https://github.com/unplugin/unplugin-icons/blob/main/examples/sveltekit/src/app.d.ts#L1 In the pr we test it and was working in VSCode and...
/cc @dominikg @benmccann
> As I think it is possible to remove `{@html ...` > With and without it everything works properly, but `@html` can create a security hole It is safe since...
This should be configurable, no idea yet about the perfomance when using script context with the snippet per icon. You are not adding support, you are replacing the current implementation...
If the snippet works better, we can just change the pr title to `feat: use snippet intead {@html}` or something similar.
The way you use unplugin-icons is not an issue with this repository, we can add a new compiler to allow use it and you'll be happy ;) , but current...
Add the new types in the package.json exports just below svelte5 here: https://github.com/unplugin/unplugin-icons/blob/main/package.json#L115-L117 Update also the readme file
Missing render example. Remember that with this solution you can only use runes or snippet compiler, you cannot use both at the same time.
you need to check if the sw is activated, once the sw is installed and activated and requested => `$pwa?.showInstallPrompt`; then the `pwa?.install` call should work, check the default layout...
Something like this? 