gitFoxCode / nuxt-icons

Module for Nuxt allowing pleasant use of svg icons
187 stars 23 forks source link

ERROR [unimport] failed to find "NuxtIcons" imported from "#imports" #20

Closed DevShaded closed 1 year ago

DevShaded commented 1 year ago

Tried to use a custom SVG icon with

<nuxt-icon name="bell"></nuxt-icon>

Nuxt returns with error

[vite] Internal server error: [unimport] failed to find "NuxtIcons" imported from "#imports"
  Plugin: nuxt:imports-transform
  File: /node_modules/nuxt-icons/dist/runtime/components/nuxt-icon.vue
gitFoxCode commented 1 year ago

Tomorrow I'm releasing nuxt-icons v3.0.0, all such bugs should be fixed - even on nuxt's most recent versions

DevShaded commented 1 year ago

Thank you @gitFoxCode! The module works great!