-
It seems that v4 handles multiple widths by resizing the window, so it's a single continuous session. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @prymitive! You're likely seeing the effects of DOM snapshots being captured: https://github.com/percy/percy-storybook#unexpected-diffs If the DOM changes based on screen size you'll want to enable JavaScript so the story renders from scratch in our infrastructure, at that width. |
Beta Was this translation helpful? Give feedback.
Hey @prymitive! You're likely seeing the effects of DOM snapshots being captured: https://github.com/percy/percy-storybook#unexpected-diffs
If the DOM changes based on screen size you'll want to enable JavaScript so the story renders from scratch in our infrastructure, at that width.