nuxt / icon

The <Icon> component, supporting Iconify, Emojis and custom components.
https://stackblitz.com/edit/nuxt-icon-playground?file=app.vue
MIT License
883 stars 41 forks source link

Invalid icon name causes Nuxt SSR to hang forever #30

Closed harlan-zw closed 1 year ago

harlan-zw commented 1 year ago

Reproduction: https://stackblitz.com/edit/nuxt-icon-playground-uffcst?file=app.vue

Seems to be an upstream issue with @iconify/vue, have created an issue there

cyberalien commented 1 year ago

Fixed in @iconify/vue@4.0.1. Thanks a lot for reporting!