From 42d0db5fcc9f259d45c76f14ecb7a3e443291b11 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 3 Oct 2020 13:42:29 +0800 Subject: [PATCH] Merge pull request #12645 from storybookjs/fix_for_issue_12388 Chore: update documentation to address issue #12388 --- docs/workflows/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/workflows/faq.md b/docs/workflows/faq.md index 9a0d04584d4f..04d03db33926 100644 --- a/docs/workflows/faq.md +++ b/docs/workflows/faq.md @@ -72,3 +72,11 @@ class MyComponent extends Component { export const defaultView = () => ; ``` + +### 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.