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.