lifeiscontent / storybook-addon-next-router

Addon to use Next.js Router in Storybook
MIT License
108 stars 22 forks source link

Not available in Next13 #66

Closed mi-upto closed 1 year ago

mi-upto commented 2 years ago

Are there any plans to support Next13?

boreyko1 commented 2 years ago

Alternatively, you can add this override to your package.json file

  "overrides": {
    "storybook-addon-next-router": {
      "next": "$next"
    }
  }
bonesoul commented 1 year ago

also looking for next-13 upgrade.