storybook-addon-next-router
storybook-addon-next-router copied to clipboard
Link legacyBehavior
In Next 13, there is this line which default legacyBehavior
to true
if the env variable is not specified.
So the env variable must be specified to true in order to have expected behavior. In my case it triggered the multiple children error in storybook
Well, the Next 13 is not even supported by peer dependencies.