We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Router
Based on Manually passing the Router instance, below code should work
function App() { return ( <> <RouterProvider router={router} /> <TanStackRouterDevtools router={router} /> </> ) }
However, I'm seeing these warnings in the UI Warning: useRouter must be used inside a <RouterProvider> component!
Warning: useRouter must be used inside a <RouterProvider> component!
https://stackblitz.com/edit/vitejs-vite-grpvtzfd?file=src%2FApp.tsx
I should not see any warnings
No response
The text was updated successfully, but these errors were encountered:
cannot reproduce anymore with latest versions. do you still see this?
Sorry, something went wrong.
@schiller-manuel , I see this warning in the browser console. I believe it's still there.
Yep, can confirm it's still there with the latest version, with @tanstack/react-router-devtools. Version: 1.114.17
@tanstack/react-router-devtools
1.114.17
A lot of warnings will be printed on every single navigation
No branches or pull requests
Which project does this relate to?
Router
Describe the bug
Based on Manually passing the Router instance, below code should work
However, I'm seeing these warnings in the UI
Warning: useRouter must be used inside a <RouterProvider> component!
Your Example Website or App
https://stackblitz.com/edit/vitejs-vite-grpvtzfd?file=src%2FApp.tsx
Steps to Reproduce the Bug or Issue
Expected behavior
I should not see any warnings
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: