Merge pull request #12857 from storybookjs/fix_12841

Chore: Follow up on pr #12841
This commit is contained in:
Michael Shilman 2020-10-23 00:50:28 +08:00 committed by GitHub
commit f6681e2317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,3 +58,7 @@ Adjust the configuration as shown below and any third party props will be displa
<!-- prettier-ignore-end -->
Next time you restart your Storybook the extra props will also be in the UI.
<div class="aside">
If you run into an issue where the extra props aren't included, check how your component is being exported. If it's using a default export, change it to a named export and the extra props will be included as well.
</div>