From 39610808e6a91a9f06fa140974f9b24529950052 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Thu, 1 Oct 2020 20:51:56 +0100 Subject: [PATCH 1/2] Initial content for issue --- docs/workflows/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/workflows/faq.md b/docs/workflows/faq.md index 6c022bec835f..1091348a9c23 100644 --- a/docs/workflows/faq.md +++ b/docs/workflows/faq.md @@ -93,3 +93,11 @@ class MyComponent extends Component { export const defaultView = () => ; ``` + +### Working with community addons + +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. From 09621d48c64fd62790115276d669da75ed35377e Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Fri, 2 Oct 2020 18:58:11 +0100 Subject: [PATCH 2/2] Update docs/workflows/faq.md Co-authored-by: Michael Shilman --- docs/workflows/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflows/faq.md b/docs/workflows/faq.md index 1091348a9c23..6625ec47a009 100644 --- a/docs/workflows/faq.md +++ b/docs/workflows/faq.md @@ -94,7 +94,7 @@ class MyComponent extends Component { export const defaultView = () => ; ``` -### Working with community addons +### 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.