KABBOUCHI / vue-tippy

VueJS Tooltip powered by Tippy.js
https://vue-tippy.netlify.app
MIT License
726 stars 87 forks source link

Issue upgrading to 6.0.0-alpha.53: 'default' is not exported #242

Closed ashokgelal closed 2 years ago

ashokgelal commented 2 years ago

I just tried upgrading from 6.0.0-alpha:52 to 53 and immediately run into issue running npm install:

'default' is not exported by node_modules/vue/dist/vue.runtime.esm-bundler.js, imported by node_modules/vue-tippy/dist/vue-tippy.esm-browser.js

4:   * @license MIT
5:   */
6: import vue, { getCurrentInstance, ref, onMounted, onUnmounted, isRef as isRef$1, isReactive, watch, isVNode, render as render$1, h, defineComponent, nextTick, unref as unref$1 } from 'vue';
          ^
7: 
8: var top = 'top';

VueJS: 3.2.25 vue-tippy: 6.0.0-alpha.53

ashokgelal commented 2 years ago

Weird. Now it is gone :( Sorry about the false alarm.

ashokgelal commented 2 years ago

Ughh!! Nope it is back. The issue is while building a project that uses vue-tippy and not while running npm i. I'm using Vite and exporting my project as iife. I'm happy to share more information if you need.

I tried reverting back to 52 and it definitely works.

KABBOUCHI commented 2 years ago

plz can u try v6.0.0-alpha.54

ashokgelal commented 2 years ago

54 is looking good. Amazingly quick fix! Thank you so much.