Closed danielmarcano closed 2 years ago
I have pretty much the same setup, though a slightly different error, my router won't mock and remains null.
@danielmarcano @eoinpayne I'd be willing to be that one of these addons is using the wrong hooks.
'storybook-react-i18next',
'storybook-addon-designs',
if you can create an example app of this issue, I can help debug if I have some free time later but it works fine in literally all of the projects I use it in.
if you want to see a working example, please look at this project: https://github.com/lifeiscontent/realworld
Hello there!
I've been having issues with my Storybook stories that use React hooks ever since I added
storybook-addon-next-router
to the project.useState
.Do you know if this error comes from something that I'm not configuring the right way?