Vjacheslav Trushkin

Results 275 comments of Vjacheslav Trushkin

I've seen reports that removing `shamefully-hoist=true` from `.npmrc` fixes that.

That's a weird one because exports are correct. I suspect code somewhere tries to import `@iconify/vue/` with extra slash at the end, which triggers that warning, but can't find such...

Why are you importing it from `vue`?

Look at your error message. It clearly states you are trying to import `Icon` from `vue`, not `@iconify/vue`.

Error is in your code in `src/components/common/SvgIcon/index.vue`

> Error is in your code in `src/components/common/SvgIcon/index.vue`

I'd love to do that, but unfortunately Penpot API is very basic. I don't see how to import SVG to document.

Bad news. Long awaited version 2 of Penpot has been released, but it has no support for third party stuff: no plugins, no usable API. Unfortunately there is nothing I...

Thanks for reporting! I think I found what's causing conflict. Try installing `@iconify/react@next`, please tell me if it solves issue.

I think you've misread my message. Please try `@next`, not `@latest`. It includes a possible fix for that error message. Though error about `.mjs` file is weird. That should not...