Fix stories for components using useRouter

It would result in the following error:

> invariant expected app router to be mounted
This commit is contained in:
Vincent 2023-08-01 16:46:27 +02:00 коммит произвёл Vincent
Родитель 9a27ae7b20
Коммит 0d91de1fd6
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -46,6 +46,10 @@ const preview: Preview = {
},
// https://storybook.js.org/docs/react/configure/story-layout
layout: "fullscreen",
nextjs: {
// See https://storybook.js.org/blog/integrate-nextjs-and-storybook-automatically/#nextnavigation
appDirectory: true,
},
},
decorators: [AppDecorator],
};