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
While working on my project, I am using Storybook along with Compodoc to document my components. I wanted to add a decorator wrapper to my components in Storybook using the following code:
Unfortunately, after adding this decorator, when I generate the documentation using Compodoc, I noticed that the wrapper is also included in the generated code.
Describe the bug
While working on my project, I am using Storybook along with Compodoc to document my components. I wanted to add a decorator wrapper to my components in Storybook using the following code:
Unfortunately, after adding this decorator, when I generate the documentation using
Compodoc
, I noticed that the wrapper is also included in the generated code.To Reproduce
No response
System
Additional context
#12022
The text was updated successfully, but these errors were encountered: