React Router CodeSandbox Example Dependency Issue
upsurge0 opened this issue ยท 4 comments
upsurge0 commented
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 ๐
tanem commented
Merged your PR ๐ Thanks for contributing!