antfu / purge-icons

🎐 Bundles icons on demand
https://www.npmjs.com/package/purge-icons
MIT License
229 stars 18 forks source link

[nuxt] renderSVG is not a function in Icon Component #7

Closed regenrek closed 3 years ago

regenrek commented 3 years ago

Hi

I've noticed there is a problem with the Icon component which is used in nuxt. I'm not sure if its a problem with webpack loader or default export in @purge-icons/generated

Uncaught (in promise) TypeError: _purge_icons_generated__WEBPACK_IMPORTED_MODULE_2___default.a.renderSVG is not a function

It works when I changed this

import Iconify from '@purge-icons/generated'

to this

import Iconify from '@iconify/iconify

Regards

antfu commented 3 years ago

Can't reproduce...

Can you share a minimal reproduce repo? Thanks.

antfu commented 3 years ago

Close for inactive. Feel free to reopen if it still presists.