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
{{ message }}
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
The action logger should be visible in the bottom panel and be showing logs for clicks on the button.
yarn add @kadira/storybook-addon-options
Add the .storybook/addons.js file and content to .storybook/config.js as listed in this addon's README, tweaking the config to show at least the bottom panel.
The bottom panel now just shows a message "No panels available". The link from the Welcome story to the Button story now no longer works either.
The text was updated successfully, but these errors were encountered:
Without delving too much into the source code, it looks as though the addition of the addons.js file to the config directory may wipe the default registered addons.
@itsravenous
I was able to resolve this by adding the default addons, from the pre-installed modules, in the addons.js file.
Installing this addon somehow disables the linkTo and actions addons which come with storybook.
Steps to reproduce:
create-react-app my-app && cd my-app && getstorybook && yarn add @kadira/storybook-addon-options && yarn storybook
yarn add @kadira/storybook-addon-options
.storybook/addons.js
file and content to.storybook/config.js
as listed in this addon's README, tweaking the config to show at least the bottom panel.The text was updated successfully, but these errors were encountered: