Skip to content

Commit

Permalink
Remove smart knob plugin
Browse files Browse the repository at this point in the history
  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
  storybook-eol/addon-smart-knobs#23
  • Loading branch information
cristianoliveira committed Feb 26, 2018
1 parent 5eb45ef commit 18d74b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const withStoryStyles = storyFn => {
};

const loadStories = () => {
addDecorator(withSmartKnobs);
addDecorator(withKnobs);
addDecorator(withStoryStyles);
addDecorator(withThemeProvider);
Expand Down

0 comments on commit 18d74b7

Please sign in to comment.