Closed ZeStrid3r-GB closed 2 months ago
I was able to get things working via overriding the Vue version in my package.json to what my project uses.
In package.json:
{
...
"pnpm": {
"overrides": {
"vue": "SWAP WITH YOUR VUE VERSION"
}
}
}
I had to adapt this workaround to yarn but it seems to work too, thanks @Nuzzlet!
{
...
"resolutions": {
"vue": "<version>"
}
}
Hello !
It seems that the Vue
renderSlot
function triggers an error on the Jestmount
if the targeted component includes thevue3-easy-data-table
component:Apparently, this error occurs if several Vue instances are used at the same time, so we checked with a
yarn why vue
and, indeed,vue3-easy-data-table
seems to import another Vue dependency: