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-addon-mocktries to import@storybook/addon-docs, but does not declare it as a dependency or peer dependency.
Thus, it will fail if @storybook/addon-docs isn't also installed, and with yarn's P'n'P or pnpm with hoisting disabled it may fail even if @storybook/addon-docs is installed elsewhere in the project.