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
Installing the latest versions of @tanstack/react-router-devtools and @tanstack/react-router causes a peer dependency issue with pnpm:
@tanstack/react-router-devtools
@tanstack/react-router
└─┬ @tanstack/react-router-devtools 1.114.17 └── ✕ unmet peer @tanstack/router-devtools-core@^1.114.17: found 1.114.1
none
pnpm add @tanstack/react-router-devtools @tanstack/react-router
No peer dependency errors when installing latest versions of tanstack router packages.
No response
The text was updated successfully, but these errors were encountered:
devtools-core should only be a dependency, so it should be removed from peer deps of react-router-devtools PR welcome
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Which project does this relate to?
Router
Describe the bug
Installing the latest versions of
@tanstack/react-router-devtools
and@tanstack/react-router
causes a peer dependency issue with pnpm:Your Example Website or App
none
Steps to Reproduce the Bug or Issue
pnpm add @tanstack/react-router-devtools @tanstack/react-router
in an empty projectExpected behavior
No peer dependency errors when installing latest versions of tanstack router packages.
Screenshots or Videos
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: