Skip to content

Commit c667db2

Browse files
chore(Storybook): limit storybook actions depth to 2. (#6386)
Co-authored-by: Robert Snow <[email protected]>
1 parent 925259a commit c667db2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.chromatic-fc/preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {withChromaticProvider} from './custom-addons/chromatic';
77
// decorator order matters, the last one will be the outer most
88

99
configureActions({
10-
depth: 10
10+
depth: 2
1111
});
1212

1313
export const parameters = {

.chromatic/preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {withChromaticProvider} from './custom-addons/chromatic';
77
// decorator order matters, the last one will be the outer most
88

99
configureActions({
10-
depth: 10
10+
depth: 2
1111
});
1212

1313
export const parameters = {

.storybook/preview.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {withStrictModeSwitcher} from './custom-addons/strictmode';
77
// decorator order matters, the last one will be the outer most
88

99
configureActions({
10-
depth: 10
10+
depth: 2,
1111
});
1212

1313
export const parameters = {

0 commit comments

Comments
 (0)