Skip to content

Commit

Permalink
fix: disable Chromatic snapshot for SnackBar animated story
Browse files Browse the repository at this point in the history
  • Loading branch information
thaisguigon committed May 21, 2024
1 parent 0a3c033 commit 79ada15
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -34,6 +34,9 @@ type Story = StoryObj<typeof SnackBar>;

export const Default: Story = {
decorators: [ComponentDecorator],
parameters: {
chromatic: { disableSnapshot: true },
},
};

export const Catalog: CatalogStory<Story, typeof SnackBar> = {

0 comments on commit 79ada15

Please sign in to comment.