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
When upgrading from 8.4 to 8.5.0 in our Lit/web components project we noticed that the controls panel was empty for every story.
When you opened the story a second time the controls would show up as expected/as it did in 8.4.
I can reproduce the same problem in the example project you get when running npx storybook@latest init in an empty folder, and also in the default stackblitz.
"Interactive story playground
Controls give you an easy to use interface to test your components. Set your story args and you'll see controls appearing here automatically."
Clicking on the Actions tab and then back to the Controls tab causes the controls to load properly.
Describe the bug
When upgrading from 8.4 to 8.5.0 in our Lit/web components project we noticed that the controls panel was empty for every story.
When you opened the story a second time the controls would show up as expected/as it did in 8.4.
I can reproduce the same problem in the example project you get when running
npx storybook@latest init
in an empty folder, and also in the default stackblitz.Reproduction link
https://stackblitz.com/github/storybookjs/sandboxes/tree/next/lit-vite/default-ts/after-storybook?embed=1&file=README.md
Reproduction steps
Expected result:
Controls show up
Result:
Controls do not show up
Workaround:
Click on another story and then click on Button > Secondary again. The controls are now visible.
System
Additional context
No response
The text was updated successfully, but these errors were encountered: