Skip to content

Commit

Permalink
Ignore always changing stories
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 14, 2024
1 parent d1480fa commit 88bae9f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/utils/ErrorBoundary/ErrorBoundary.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ interface IProps {

const TestComponent = (props: IProps) => {
return (
<ErrorBoundary locationKey={props.locationKey}>
<FailComponent />
</ErrorBoundary>
<div data-chromatic="ignore">
<ErrorBoundary locationKey={props.locationKey}>
<FailComponent />
</ErrorBoundary>
</div>
);
};

Expand Down

0 comments on commit 88bae9f

Please sign in to comment.