We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5608e7 commit 340feeaCopy full SHA for 340feea
.storybook/preview.ts
@@ -3,13 +3,8 @@ import {withTheme, withLang} from './decorators';
3
export const decorators = [withTheme, withLang];
4
5
export const parameters = {
6
- actions: {argTypesRegex: '^on[A-Z].*'},
7
- controls: {
8
- matchers: {
9
- color: /(background|color)$/i,
10
- date: /Date$/,
11
- },
12
+ controls: {disable: true},
+ actions: {disable: true},
13
};
14
15
export const globalTypes = {
@@ -37,4 +32,4 @@ export const globalTypes = {
37
32
],
38
33
},
39
34
40
-}
35
+};
0 commit comments