Skip to content

Commit 0cd0ffc

Browse files
committed
story(doc): comment out to prevent undesirable behaviors
1 parent be9f61b commit 0cd0ffc

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

stories/AnimationVariants.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const meta = {
1414
layout: 'centered',
1515
},
1616
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
17-
tags: ['autodocs'],
17+
// tags: ['autodocs'],
1818
// More on argTypes: https://storybook.js.org/docs/api/argtypes
1919
argTypes: {
2020
options: { control: 'object' },

stories/Basic.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const meta = {
1818
layout: 'centered',
1919
},
2020
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
21-
tags: ['autodocs'],
21+
// tags: ['autodocs'],
2222
// More on argTypes: https://storybook.js.org/docs/api/argtypes
2323
argTypes: {
2424
options: { control: 'object' },

stories/CustomStyles.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const meta = {
1414
layout: 'centered',
1515
},
1616
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
17-
tags: ['autodocs'],
17+
// tags: ['autodocs'],
1818
// More on argTypes: https://storybook.js.org/docs/api/argtypes
1919
argTypes: {
2020
options: { control: 'object' },

stories/MaterialIconSupport.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const meta = {
1313
layout: 'centered',
1414
},
1515
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/writing-docs/autodocs
16-
tags: ['autodocs'],
16+
// tags: ['autodocs'],
1717
// More on argTypes: https://storybook.js.org/docs/api/argtypes
1818
argTypes: {
1919
options: { control: 'object' },

0 commit comments

Comments
 (0)