Skip to content

Commit edca910

Browse files
committed
remove Range canvas that cause storybook crash #252
It appeared in Range with step
1 parent f426337 commit edca910

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

stories/Range.stories.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,20 +76,20 @@ export const HideMinMax = getStory({
7676
hideMinMax: true
7777
});
7878

79-
export const WithStep = getStory({ ...defaultProps, step: 10 });
79+
//export const WithStep = getStory({ ...defaultProps, step: 10 });
8080

81-
export const SmallWithStep = getStory({ ...defaultProps, small: true, step: 10 });
81+
//export const SmallWithStep = getStory({ ...defaultProps, small: true, step: 10 });
8282

8383
export const Double = getStory({ ...defaultProps, double: true });
8484

8585
export const SmallDouble = getStory({ ...defaultProps, small: true, double: true });
8686

87-
export const SmallDoubleWithStep = getStory({
88-
...defaultProps,
89-
small: true,
90-
double: true,
91-
step: 10
92-
});
87+
// export const SmallDoubleWithStep = getStory({
88+
// ...defaultProps,
89+
// small: true,
90+
// double: true,
91+
// step: 10
92+
// });
9393

9494
export const PrefixSuffix = getStory({
9595
...defaultProps,

0 commit comments

Comments
 (0)