Skip to content

Commit 7088d97

Browse files
fix: updating latest tips for upgrade
Signed-off-by: Antonio Sonis <[email protected]>
1 parent f4d40e2 commit 7088d97

File tree

4 files changed

+21
-1051
lines changed

4 files changed

+21
-1051
lines changed

.storybook/main.cjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ module.exports = {
44
"@storybook/addon-links",
55
"@storybook/addon-essentials",
66
"@storybook/addon-interactions",
7-
"@chromatic-com/storybook",
8-
"@storybook/addon-mdx-gfm"
7+
"@chromatic-com/storybook"
98
],
109
"framework": {
1110
name: "@storybook/react-vite",

.storybook/preview.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import '../src/styles/main.css'
22
export const parameters = {
3-
actions: { argTypesRegex: "^on[A-Z].*" },
43
controls: {
54
matchers: {
65
color: /(background|color)$/i,

0 commit comments

Comments
 (0)