Skip to content

Commit

Permalink
Fix invalid JS (that worked anyway for the moment because it got ran …
Browse files Browse the repository at this point in the history
…through babel)
  • Loading branch information
BPScott committed Jan 9, 2019
1 parent 1a8e182 commit a0a77b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ addDecorator(
addDecorator(withNotes);

// addon-console
setConsoleOptions((opts: any) => {
setConsoleOptions((opts) => {
// When transpiling TS using isolatedModules, the compiler doesn't strip
// out exported types as it doesn't know if an item is a type or not.
// Ignore those warnings as we don't care about them.
Expand Down

0 comments on commit a0a77b7

Please sign in to comment.