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
It happens in all Vite-based sandboxes that uses pnpm because of its stricter dependency system - probably also happens in Yarn PnP as well. Basically the user's project depends on storybook, not @storybook/core, so it can't import from it in a strict environment. So it's not related to experimental-nextjs-vite.
I've confirmed that this doesn't happen in alpha.15, #29172 was released in alpha.16.
Describe the bug
Reproduction: https://github.com/storybookjs/storybook-rsc-demo/
Upgrade using:
You will get the error:
Installing
@storybook/core
inpackage.json
fixes the problem, but we shouldn't have to do that.Reproduction link
N/A
Reproduction steps
No response
System
any?
Additional context
No response
The text was updated successfully, but these errors were encountered: