Skip to content
New issue

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

Peer dependency issue with @tanstack/router-devtools-core #3755

Open
Xhale1 opened this issue Mar 12, 2025 · 1 comment · May be fixed by #3758
Open

Peer dependency issue with @tanstack/router-devtools-core #3755

Xhale1 opened this issue Mar 12, 2025 · 1 comment · May be fixed by #3758

Comments

@Xhale1
Copy link

Xhale1 commented Mar 12, 2025

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:

└─┬ @tanstack/react-router-devtools 1.114.17
  └── ✕ unmet peer @tanstack/router-devtools-core@^1.114.17: found 1.114.1

Your Example Website or App

none

Steps to Reproduce the Bug or Issue

  1. Run pnpm add @tanstack/react-router-devtools @tanstack/react-router in an empty project
  2. Observe error

Expected behavior

No peer dependency errors when installing latest versions of tanstack router packages.

Screenshots or Videos

No response

Platform

  • OS: macOS
  • Browser: N/A
  • Version: N/A

Additional context

No response

@schiller-manuel
Copy link
Contributor

devtools-core should only be a dependency, so it should be removed from peer deps of react-router-devtools
PR welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants