lifeiscontent / storybook-addon-next-router

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

Wrong addon name in readme on npmjs #30

Closed arbejd closed 3 years ago

arbejd commented 3 years ago

Readme looks correct on github where the addon is "storybook-addon-next-router", but it says "storybook-addon-apollo-client" on npmjs

Screendump from npmjs:

image

drichar commented 3 years ago

Also incorrect on https://storybook.js.org/addons/storybook-addon-next-router

cabbiepete commented 3 years ago

FWIW results in this error on starting storybook

ERR! Addon value should end in /register OR it should be a valid preset https://storybook.js.org/docs/react/addons/writing-presets/
ERR! storybook-addon-apollo-client
lifeiscontent commented 3 years ago

@arbejd there's nothing I can do about this, npm only stores the README of the latest published npm package.