tanem/react-nprogress

React Router CodeSandbox Example Dependency Issue

upsurge0 opened this issue ยท 4 comments

The react-router version in package.json is 6.2.1, when the index.tsx is using v5. The codesandbox breaks when someone clicks this link. Currently 5.3.3 works with this example. Please update it.

tanem commented

Thanks for the report, I'll post back when I've had a chance to look at it.

In the meantime, PRs are welcome if you want to have a go at fixing it.

tanem commented

Pinned the example to v5 for now. Will add a v6 example eventually ๐Ÿ‘

Just added it in a pull request. ๐Ÿ˜‰ @tanem

tanem commented

Merged your PR ๐ŸŽ‰ Thanks for contributing!