mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 06:11:23 +08:00
Merge pull request #12857 from storybookjs/fix_12841
Chore: Follow up on pr #12841
This commit is contained in:
commit
f6681e2317
@ -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>
|
Loading…
x
Reference in New Issue
Block a user