Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: manager-api / manager.js doesn't work #27104

Open
Energiz3r opened this issue May 13, 2024 · 1 comment
Open

[Bug]: manager-api / manager.js doesn't work #27104

Energiz3r opened this issue May 13, 2024 · 1 comment

Comments

@Energiz3r
Copy link

Describe the bug

manager-api / manager.js doesn't work

Every time storybook is run it defaults to the Addon panel taking up half the page, and the sidebar hidden. I'm trying to fix that.

To Reproduce

Follow the doco and try to configure anything: https://storybook.js.org/docs/configure/features-and-behavior

System

npx storybook@latest info
Need to install the following packages:
  storybook@8.0.10
Ok to proceed? (y) n

Yeah so no,

"@storybook/addon-essentials": "^7.5.3",
    "@storybook/addon-interactions": "^7.5.3",
    "@storybook/addon-links": "^7.5.3",
    "@storybook/addon-themes": "^7.5.3",
    "@storybook/blocks": "^7.5.3",
    "@storybook/manager-api": "^8.0.10",
    "@storybook/nextjs": "^7.5.3",
    "@storybook/react": "^7.5.3",
    "@storybook/testing-library": "^0.2.2",


### Additional context

I also added the manager-api to the plugin list in `./storybook/main.ts` which made no difference. The doco doesn't mention anything about setup or install so it's anyone's guess whether any steps are required.
@shilman
Copy link
Member

shilman commented May 15, 2024

We completely overhauled the way this works in Storybook 8.0. Please try upgrading and let us know if you run into the same problem.

Migration guide: https://storybook.js.org/docs/8.0/migration-guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants