Open bemayr opened 7 months ago
I am currently developing a custom field plugin and stumbled upon this issue. The Storybook definition of the Accordion component is missing the Sb-prefix which prevents one from copy the code.
Sb
https://github.com/storyblok/storyblok-design-system/blob/672ddd7ed053cc09aef683a97047d85f8ef89b5c/src/components/Accordion/Accordion.stories.ts#L27-L37
Just adding the prefix is enough. If I have enough time I will prepare a PR.
Problem
I am currently developing a custom field plugin and stumbled upon this issue. The Storybook definition of the Accordion component is missing the
Sb
-prefix which prevents one from copy the code.https://github.com/storyblok/storyblok-design-system/blob/672ddd7ed053cc09aef683a97047d85f8ef89b5c/src/components/Accordion/Accordion.stories.ts#L27-L37
Solution
Just adding the prefix is enough. If I have enough time I will prepare a PR.