disables chromatic snapshot to bypass pixels limit

This commit is contained in:
Sudev Kiyada 2026-01-13 12:12:44 +05:30
parent 0674ec24e6
commit bcfc149354
Failed to extract signature

View file

@ -14,6 +14,11 @@
title: 'Components/Graphics/HorizontalScroller',
component: HorizontalScroller,
tags: ['autodocs'],
parameters: {
chromatic: {
disableSnapshot: true,
},
},
});
let width: number = $state(0);