Amy De Genaro

Results 1 comments of Amy De Genaro

You can [configure your stories to hide the panel](https://storybook.js.org/docs/react/addons/addon-knowledge-base#disable-the-addon-panel) by adding this to each story file: ``` parameters: { mockAddon: { disable: true }, }, ``` Alternatively, you can add...