Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

can you add `import '@iconify/svelte';` before L3 and restart VSCode window?: https://github.com/PavelJacoboGonzalez/iconify_test/blob/development/src/app.d.ts#L3 https://github.com/unplugin/unplugin-icons/blob/main/examples/sveltekit/src/app.d.ts#L1

@cyberalien Svelte 4 has changed the defintiion, you're using Svelte 3, for Svelte 4 you need to change to this one: https://github.com/unplugin/unplugin-icons/blob/main/types/svelte4.d.ts#L9-L10

@PavelJacoboGonzalez you need to use `bundler` module resolution, tested in your repro with `@iconify/svelte@next` and VSCode and Intellij (JetBrains) working with auto complete (`"@iconfy/svelte": "next"` then `"yarn && yarn check"`...

check https://github.com/iconify/iconify/issues/266

try adding these aliases: ```ts // vite.config.ts/vite.config.js resolve: { alias: { 'primevue/config': 'primevue/config/config.cjs.js', 'primevue/api': 'primevue/api/api.cjs.js', } },

Reviewing sizes, frontmatter `aside` and `outline`, should we export `useScreenOnly` composable?

Current version printing all, maybe we can change all defaults to true changing the option to `print: false | PrintOptions` (we should also update the jsdocs)

changing all defaults to true, I don't want to add a breaking change with this new feat

Maybe we can add also title option to allow print icon and title, check last 2/3 commits from #2913