Replies: 1 comment 3 replies
-
|
This seems more like a bug to me than a feature request, right? @kasperpeulen @yannbf |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
When reusing Stories in test files, I want to extend them to add decorators and render the resulting React Component.
However the
.Componentprop does not exist on Stories created by.extend.Describe the solution you'd like
Describe alternatives you've considered
There is a way to achieve what I want by creating a new story from the extended component which feels akward and requires exporting meta from the Storybook file:
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions