Skip to content

Commit

Permalink
bug: storybook next/navigation 에러 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Jan 19, 2024
1 parent c2c556e commit 0f4b3fa
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,12 @@ export const defaultComponent: Story = {
args: {

},
parameters: {
nextjs: {
appDirectory: true,
navigation: {
pathname: '/',
},
},
},
};

0 comments on commit 0f4b3fa

Please sign in to comment.