-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
storyshots: decorators are part of the snapshots #1620
Comments
I have a branch intended to fix this, but Github is crashing every time I try to make a PR 😕 |
@coreylight Did you try to update your fork? |
@usulpro How should I update it? It looks like the diff is just massive. I based the branch on |
@coreylight is it #1849? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. We do try to do some housekeeping every once in a while so inactive issues will get closed after 90 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
When testing with storyshots, the decorators added with
addDecorator
are repeated in every snapshots. It would be great if the snapshots contain only the stories.Is there any way to do it?
The text was updated successfully, but these errors were encountered: