Closed hugofelp closed 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:
MemoryRouter
@hugofelp new version available, your feedback is greatly appreciated, please check #21
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: