Thomas Kjærgaard
Thomas Kjærgaard
https://github.com/nuxt/nuxt.js/issues/13843
Hi @gbast0s, The module only works with Vue 2, there's a version under vue-intersect@next that should work with Vue3, but it was done while Vue3 was still in BETA, so...
@QuanticPotatoes Thank you, it worked. I had to wrap my story with a suspense as well to get it working. ```ts import type { Meta, StoryObj } from '@storybook/vue3' import...
That could be a valid solution to overcome this issue?
Sorry mate, but what you just wrote doesn't make any sense to me? :)
I get this error too.. [email protected] [email protected] [email protected] @histoire/[email protected] @histoire/[email protected] @vitejs/[email protected] ``` x Build failed in 1.03s file:///Users/johndoe/projects/project/node_modules/rollup/dist/es/shared/node-entry.js:6987 return this.getVariableRespectingTDZ().getLiteralValueAtPath(path, recursionTracker, origin); ^ Cannot read properties of null (reading 'getLiteralValueAtPath')...
@claudemirsimons Works if i set resolutions to [email protected] 🎉 For others experiencing the same issue i just added this to my package.json file: ```json { "resolutions": { "rollup": "4.19.0" }...
Any news on this? It's a Pro component and still nothing... :(
I agree with @tim-the-arcane on this. We also want to take advantage of the views feature. But with every project having their own labels, we continuously need to update the...
@steadweb I had the same issue. Recreating the function to use x86 fixed it for me.