mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 22:21:27 +08:00
refactor: uncomment CyclicArgs
This commit is contained in:
parent
082083d53c
commit
de90d7ea85
@ -40,13 +40,13 @@ CustomControls.argTypes = {
|
||||
|
||||
export const NoArgs = () => <Button>no args</Button>;
|
||||
|
||||
// const hasCycle: any = {};
|
||||
// hasCycle.cycle = hasCycle;
|
||||
const hasCycle: any = {};
|
||||
hasCycle.cycle = hasCycle;
|
||||
|
||||
// export const CyclicArgs = Template.bind({});
|
||||
// CyclicArgs.args = {
|
||||
// hasCycle,
|
||||
// };
|
||||
// CyclicArgs.parameters = {
|
||||
// chromatic: { disable: true },
|
||||
// };
|
||||
export const CyclicArgs = Template.bind({});
|
||||
CyclicArgs.args = {
|
||||
hasCycle,
|
||||
};
|
||||
CyclicArgs.parameters = {
|
||||
chromatic: { disable: true },
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user