Skip to content

Commit

Permalink
Merge pull request #12857 from storybookjs/fix_12841
Browse files Browse the repository at this point in the history
Chore: Follow up on pr #12841
  • Loading branch information
shilman authored Oct 22, 2020
2 parents fec1daa + 9307582 commit f6681e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/configure/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit f6681e2

Please sign in to comment.