disables chromatic snapshot to bypass pixels limit
This commit is contained in:
parent
0674ec24e6
commit
bcfc149354
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@
|
|||
title: 'Components/Graphics/HorizontalScroller',
|
||||
component: HorizontalScroller,
|
||||
tags: ['autodocs'],
|
||||
parameters: {
|
||||
chromatic: {
|
||||
disableSnapshot: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
let width: number = $state(0);
|
||||
|
|
|
|||
Loading…
Reference in a new issue