Replies: 1 comment 1 reply
-
Try this one :) latest pre-release :) "@tanstack/react-router": "^0.0.1-beta.83", |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the following error when trying to use the router:
I'm having the following versions installed in my package.json:
These version numbers are exactly the same as on the following example: https://stackblitz.com/github/tanstack/router/tree/beta/examples/react/with-react-query?embed=1&theme=light which I expect to work (the live preview does not support firefox, so i cannot see it working)
I found a related discussion here: #547, which says to install
@tanstack/react-router
, but NPM says that the matching version was not found:What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions