Commit 4964a14
committed
🤖 refactor: add data-chromatic ignore to Shimmer component
The Shimmer component uses infinite animations which cause visual regression
issues in Chromatic. Adding data-chromatic="ignore" to the component itself
tells Chromatic to ignore this element in all stories.
This approach:
- Keeps all stories enabled for visual testing
- Only ignores the animated Shimmer element pixels
- Works automatically in any story that uses Shimmer1 parent cbb5fbf commit 4964a14
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments