From 18d74b7571c2abd5978b2b748fc074acae46b925 Mon Sep 17 00:00:00 2001 From: Cristian Oliveira Date: Mon, 26 Feb 2018 17:40:00 +0100 Subject: [PATCH] Remove smart knob plugin We noticed that Smart knob injects default functions and, for now, there is no option to avoid this behavior. A issue has been opened in order to add this option into the plugin https://github.com/storybooks/addon-smart-knobs/issues/23 --- .storybook/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.storybook/config.js b/.storybook/config.js index 9d3293fe86..f9f558173a 100644 --- a/.storybook/config.js +++ b/.storybook/config.js @@ -46,7 +46,6 @@ const withStoryStyles = storyFn => { }; const loadStories = () => { - addDecorator(withSmartKnobs); addDecorator(withKnobs); addDecorator(withStoryStyles); addDecorator(withThemeProvider);