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
Expected behavior: code added to the story using componentWrapperDecorator should not be added to the Canvas code preview window, regardless of whether a template is used.
Actual behavior: when using a template in combination with componentWrapperDecorator, the added wrapper appears in the Canvas code preview window.
Describe the bug
Expected behavior: code added to the story using
componentWrapperDecorator
should not be added to the Canvas code preview window, regardless of whether a template is used.Actual behavior: when using a template in combination with
componentWrapperDecorator
, the added wrapper appears in the Canvas code preview window.Examples:
✔️ template
❌ wrapper
result:
✔️ wrapper
❌ template
result:
same as above
✔️ wrapper
✔️ template
result:
To Reproduce
src/stories/Button.stories.ts
System
Additional context
No response
The text was updated successfully, but these errors were encountered: