File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,6 @@ const config: StorybookConfig = {
3535 new TsconfigPathsPlugin ( ) ,
3636 ] ;
3737
38- // This is a workaround to a bug in storybook that prevents storybook v10.x.x working with Next.js v14.x.x
39- // See: https://github.com/storybookjs/storybook/issues/32950
40- //
41- // This can be removed when we upgrade to Next.js v15.0.0+ or if storybook releases a fix in a newer
42- // version.
43- config . resolve . alias = {
44- ...( config . resolve . alias || { } ) ,
45- 'next/dist/server/request/draft-mode' : false ,
46- } ;
47-
4838 return config ;
4939 }
5040} ;
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const meta: Meta<typeof ButtonLink> = {
66 component : ButtonLink ,
77 args : {
88 children : "Click Me" ,
9- href : "/ " ,
9+ href : "# " ,
1010 } ,
1111 argTypes : {
1212 variant : {
You can’t perform that action at this time.
0 commit comments