JesusTheHun / storybook-addon-remix-react-router

Use your app router in your stories. A decorator made for Remix React Router and Storybook
Apache License 2.0
45 stars 11 forks source link

Incompatible with Storybook 8.0.0 #64

Closed maximsht closed 4 months ago

maximsht commented 4 months ago

After updating Storybook to 8.0.0 Storybook Runner shows me an error:

The following packages are incompatible with Storybook 8.0.0 as they depend on different major versions of Storybook packages:

JesusTheHun commented 4 months ago

👋 @maximsht thank you for opening an issue !

What is the exact version of Storybook you are using ? I think I wrongfully pinned the version of Storybook to 8.0.0-rc.1

maximsht commented 4 months ago

exact "storybook": "8.0.0",

JesusTheHun commented 4 months ago

I just tried with a clean install and it worked fine. Can you share more information ? 🧐

JesusTheHun commented 4 months ago

@maximsht I've published version v3.0.0. Can you check with this one ?

maximsht commented 4 months ago

I never said it didn't work :-) I said that Storybook notified me, that the plugin is incompatible. It worked well. Now even the notification disappeared. Thanks!