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
First, thanks for a very useful addon. I followed the setup instructions and it works great, aside from causing storyshots to not work. This happens when I don't change any code, simply:
Update snapshots with npm test -- -u
Run npm test
All of the storyshots produce the following error:
I came across this issue and decided to drop the use of the addon altogether since I'm comfortable creating my own Storybook Addon Decorators. By removing the storybook-addon-material-ui and adding the following, I was able to mimic the necessary styles for my project.
First, thanks for a very useful addon. I followed the setup instructions and it works great, aside from causing storyshots to not work. This happens when I don't change any code, simply:
npm test -- -u
npm test
All of the storyshots produce the following error:
The only way to fix it (that I've found so far) is to disable storybook-addon-material-ui.
My addons:
My config:
Anyone else run into this issue?
The text was updated successfully, but these errors were encountered: