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 Storybook is added to a Qwik project, the dependency @storybook/addon-actions is not added to the dependencies so actions are not registered on the Actions tab for a component. (Workaround: add the dependency manually.)
The text was updated successfully, but these errors were encountered:
Aww man, I didn't realize that the this was causing errors on the starter. Unfortunately, adding dependencies to SB templates isn't as easy as you would expect (would require changes to SB itself, not just this addon). I think the better approach would be to finish #16 or remove the actions from the starter.
This should be fixed in 0.3.0! I'm so sorry that it took a long time to fix this, I know it probably doesn't make a good first impression for anyone who ran into it.
When Storybook is added to a Qwik project, the dependency
@storybook/addon-actions
is not added to the dependencies so actions are not registered on the Actions tab for a component. (Workaround: add the dependency manually.)The text was updated successfully, but these errors were encountered: