remix-run / react-router-website

The React Router website
https://reactrouter.com
MIT License
152 stars 35 forks source link

chore: update dependencies #55

Closed MichaelDeBoey closed 1 year ago

brophdawg11 commented 1 year ago

I was getting an error running this locally due to Remix using react-router-dom 6.11.0 but package.json installing a separate 6.11.1 - so I pinned them to the proper versions 👍 . I looked into removing the dependency entirely but matchPath is not currently re-exported through @remix-run/react :/