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
When updating vite to >= 6.0.0, when I launch my storybook instance this error is thrown.
TypeError: Cannot destructure property '__extends' of 'import_tslib.default' as it is undefined. at http://localhost:6007/node_modules/.cache/storybook/1c3385a5d25e538d10b518b310c74d3ca2690b6aaffeadccd74da79736171f86/sb-vite/deps/@vueuse_motion.js?v=fe8ad6fc:891:3
Removing this row:
vue.use(MotionPlugin);
the error disappears, so I think the problem is within the library
Describe the bug
Cannot destructure property '__extends' of 'import_tslib.default' as it is undefined.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
System info
Reproduction
When updating vite to >= 6.0.0, when I launch my storybook instance this error is thrown.
TypeError: Cannot destructure property '__extends' of 'import_tslib.default' as it is undefined. at http://localhost:6007/node_modules/.cache/storybook/1c3385a5d25e538d10b518b310c74d3ca2690b6aaffeadccd74da79736171f86/sb-vite/deps/@vueuse_motion.js?v=fe8ad6fc:891:3
Removing this row:
vue.use(MotionPlugin);
the error disappears, so I think the problem is within the library
Describe the bug
Cannot destructure property '__extends' of 'import_tslib.default' as it is undefined.
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: