Vjacheslav Trushkin

Results 268 comments of Vjacheslav Trushkin
trafficstars

Closing issue as stale, probably resolved.

You need to build other packages in monorepo. Run `pnpm run build` from root directory.

> 2. The company has restrictions on external network resources Then maybe this icon component is not a good fit for your project? It is intended to be used when...

Both `core` and `utils` packages are part of this monorepo, so building from monorepo will link to correct version. Published version is irrelevant for that because `iconify-icon` package was not...

Please update to `@iconify/svelte` version 4.0.0. It should fix issue.

Yes, I've seen similar issues related to import ending in `/` in Nuxt after updating dependencies. In my case it was fixed by removing `/` from import, so replaced `import...

Also, for Nuxt I recommend using `iconify-icon` package, not `@iconify/vue`. See https://iconify.design/docs/iconify-icon/#ssr

> l Are you using it as part of nuxt icon package or separately?

Very strange. I'm importing it like that in Vue project too, no issues. Can you post versions of vite, node and whatever package manager are you using?