Skip to content

Commit

Permalink
Add note about #2570
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Dec 27, 2017
1 parent 9eb0623 commit 9bb78f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ In the case of Vue: `import { ... } from '@storybook/addon-knobs/vue';`

In the case of Angular: `import { ... } from '@storybook/addon-knobs/angular';`

### Storyshots Jest configuration

Storyshots users will need to add a line to their `jest.config.js`:

```js
transformIgnorePatterns: ['/node_modules/(?!lodash-es/.*)'],
```

We are working to resolve the issue that requires this: https://github.com/storybooks/storybook/issues/2570

## From version 3.1.x to 3.2.x

**NOTE:** technically this is a breaking change, but only if you use TypeScript. Sorry people!
Expand Down

0 comments on commit 9bb78f4

Please sign in to comment.