storybook-addon-next-router
storybook-addon-next-router copied to clipboard
Addon to use Next.js Router in Storybook
In my project, I updated storybook-addon-next-router to v4.0.2 and it did not work. Storybook say `NextRouter was not mounted.` Is it just me? Is it the same for others? ---...
When running Storybook, I'm getting the error `Uncaught TypeError: router is null` presumably because I am using `useRouter` in a provider that's rendering higher in the tree than `RouterContext.Provider` My...
In Next 13, there is [this line](https://github.com/vercel/next.js/blob/4ffde56eceb072ad9799b122e15d9956f8643e21/packages/next/client/link.tsx#L381) which default `legacyBehavior` to `true` if the env variable is not specified. So the env variable must be specified to true in order...