mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:01:16 +08:00
Disable prop table tests in chromatic
This commit is contained in:
parent
b3f08866b1
commit
8fd9aa0140
@ -6,6 +6,7 @@ const ForwardedButton = React.forwardRef((props, ref) => <DocgenButton ref={ref}
|
||||
export default {
|
||||
title: 'Addons|Docs/ForwardRef',
|
||||
component: ForwardedButton,
|
||||
parameters: { chromatic: { disable: true } },
|
||||
};
|
||||
|
||||
export const displaysCorrectly = () => <ForwardedButton>Hello World!</ForwardedButton>;
|
||||
|
@ -6,6 +6,7 @@ const ButtonWithMemo = React.memo(props => <DocgenButton {...props} />);
|
||||
export default {
|
||||
title: 'Addons|Docs/ButtonWithMemo',
|
||||
component: ButtonWithMemo,
|
||||
parameters: { chromatic: { disable: true } },
|
||||
};
|
||||
|
||||
export const displaysCorrectly = () => <ButtonWithMemo>Hello World!</ButtonWithMemo>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user