We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa3b8a commit c842223Copy full SHA for c842223
.storybook/manager.ts
@@ -5,4 +5,5 @@ addons.setConfig({
5
theme: create({
6
base: 'dark',
7
}),
8
+ selectedPanel: 'storybook/docs/panel',
9
})
.storybook/preview.ts
@@ -17,9 +17,6 @@ const preview: Preview = {
17
docs: {
18
theme: themes.dark,
19
codePanel: true,
20
- canvas: {
21
- sourceState: 'shown',
22
- },
23
},
24
actions: { disable: true },
25
interactions: { disable: true },
0 commit comments