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
48 stars 11 forks source link

MemoryRouter doesn't support new features of react-router (from 6.4) #19

Closed hugofelp closed 1 year ago

hugofelp commented 1 year ago

React router has introduced new features and hooks from version 6.4 that require a data router - https://reactrouter.com/en/main/routers/picking-a-router

The addon uses the older MemoryRouter implementation, which fails with any new feature from react router:

image

JesusTheHun commented 1 year ago

@hugofelp new version available, your feedback is greatly appreciated, please check #21