Replies: 1 comment
-
Sorry, it's my fault. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I can pass a svelte component as an argument to my component. When I try to use it in storybook, it doesn't work. What should I do?
I clearly passed the component, but it's passed {wrapper} instead of component.
It runs like the code below.
Additional information
and my component props
Beta Was this translation helpful? Give feedback.
All reactions