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

Got a warning on Storybook v7.2.0 #40

Closed aicest closed 11 months ago

aicest commented 11 months ago

Since Storybook 7.2.0, the addon render function is called like a component, and the key will be consumed by React and not passed to the render function, thus we should not access it inside the addon render function.

image
JesusTheHun commented 11 months ago

Can you try the v2 ? https://github.com/JesusTheHun/storybook-addon-react-router-v6/releases/tag/v2.0.0-rc.0

aicest commented 11 months ago

@JesusTheHun v2 works for me, thanks.