You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please create a reproduction by running npx sb@next repro and following the instructions. Read our documentation to learn more about creating reproductions. Paste your repository and deployed reproduction here. We prioritize issues with reproductions over those without.
Also, what framework/renderer is this? Your story function looks like maybe it is using Angular but the decorator looks like React?
Describe the bug
After enabling the storyStoreV7 feature, stories that use decorators break, leaving an undefined message replacing the component.
To Reproduce
decorators: [componentWrapperDecorator((story) => <div style="margin: 3em">${story}</div>)]
Additional context
The story parameter of the decorator becomes undefined when turning storyStoreV7 on, so you are left with an undefined message.
The text was updated successfully, but these errors were encountered: