Closed raphael-yapla closed 6 months ago
// @ts-ignore import * as vueDefaultConfig from '@storybook/vue3/dist/entry-preview.mjs'
this would resolve the export
@raphael-yapla https://github.com/storybookjs/testing-vue3/pull/15 this should fix it
@Xenossolitarius Incredible, thank you so much for submitting that! Here's hoping the Storybook team can review it sometime soon :)
@yannbf does https://github.com/storybookjs/storybook/pull/25443 resolve this issue also?
@vanessayuenn yes it fixes the './preview' is not defined by "exports"
issue but not the 7.6 incompatibility (unless we patch it and make another 7.6.x release)
Closing this as testing-vue3 is now available on Storybook 8
Describe the bug The 7.6 update and more specifically this MR broke the package. The
./preview
entry point used by this package has been removed and so now the following error is thrown when including it:I'm using the following setup:
To Reproduce Do a test with Storybook 7.6 including the package and run it
Expected behavior I'm guessing the import should be updated.
Additional context More of an additional question, the release log mention that you'd like to put the functionality of this package in @storybook/vue3. Do you have any updates on this? I feel like it would have helped avoiding that issue.