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
Storybook 7.0 doesn't have a @storybook/api package anymore. The API has been split into manager and preview. The shortcuts code now lives in @storybook/manager-api
To fix we can use yarn resolutions temporarily (on a SB 7.0 project) and switch to @storybook/manager-api once 7.0 is released.
The text was updated successfully, but these errors were encountered:
Describe the bug
Storybook 7.0 doesn't have a
@storybook/api
package anymore. The API has been split into manager and preview. The shortcuts code now lives in@storybook/manager-api
To fix we can use yarn resolutions temporarily (on a SB 7.0 project) and switch to
@storybook/manager-api
once 7.0 is released.The text was updated successfully, but these errors were encountered: