You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I cannot make the iconoir vue package work in a Vue 2 project, I got many errors listed below when running the project
I did a simple sandbox here reproducing the issue.
Any help would be appreciated. Thank you in advance :)
ERROR Failed to compile with 9 errors 5:27:18 AM
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
"export 'createElementBlock' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
"export 'createElementVNode' was not found in 'vue'
ERROR Failed to compile with 9 errors 5:29:10 AM
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
"export 'createElementBlock' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
"export 'createElementVNode' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/esm/3dBridge.mjs
"export 'createStaticVNode' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
"export 'mergeProps' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
"export 'openBlock' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/IconoirProvider.vue_vue_type_script_setup_true_lang-500a4b50.mjs
"export 'renderSlot' was not found in 'vue'
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
Can't import the named export 'defineComponent' from non EcmaScript module (only default export is available)
error in ./node_modules/@iconoir/vue/dist/esm/3dAddHole.mjs
Can't import the named export 'inject' from non EcmaScript module (only default export is available)
error in ./node_modules/@iconoir/vue/dist/IconoirProvider.vue_vue_type_script_setup_true_lang-500a4b50.mjs
Can't import the named export 'provide' from non EcmaScript module (only default export is available)
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Hi,
I cannot make the iconoir vue package work in a Vue 2 project, I got many errors listed below when running the project
I did a simple sandbox here reproducing the issue.
Any help would be appreciated. Thank you in advance :)
Upvote & Fund
The text was updated successfully, but these errors were encountered: