Skip to content

Commit

Permalink
Merge pull request #12645 from storybookjs/fix_for_issue_12388
Browse files Browse the repository at this point in the history
Chore: update documentation to address issue #12388
  • Loading branch information
shilman committed Oct 3, 2020
1 parent 8c08203 commit 42d0db5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/workflows/faq.md
Expand Up @@ -72,3 +72,11 @@ class MyComponent extends Component {

export const defaultView = () => <MyComponent initialState={} />;
```

### Which community addons are compatible with the latest version of Storybook?

Starting with Storybook version 6.0 we've introduced some great features aimed at streamlining your development workflow.

With this we would like to point out that if you plan on using addons created by our fantastic community, you need to take in consideration that some of those addons might be working with a outdated version of Storybook.

We're actively working in providing a better way to address this situation, but in the meantime we would ask a bit of caution on your end so that you don't run into unexpected problems. Let us know by creating a issue in the [Storybook repo](https://github.com/storybookjs/storybook/issues) so that we can gather information and create a curated list with those addons to help not only you but the rest of the community.

0 comments on commit 42d0db5

Please sign in to comment.