Closed wombleton closed 3 years ago
Hey @wombleton! v4.x of the Storybook SDK now takes DOM snapshots by default (with JavaScript disabled in our rendering environment). https://github.com/percy/percy-storybook#unexpected-diffs inPercy
only works if JS is enabled, so you can enable JavaScript to those snapshots or the whole build to get that functionality back.
It doesn't seem that the
preview.js
is run before each snapshot in percy. Is there another technique similar to the oldconfig.js
technique?