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
6.4.0
Require with Yarn pnp which is strict about declaring dependencies.
No issues
Yarn pnp gives:
react-router-dom tried to access @remix-run/router, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound.
If a package uses a dependency, it must be declared in that package. Providing it via sub-level dep is not correct.
The text was updated successfully, but these errors were encountered:
This is a duplicate of #9243 which is fixed in dev and will go out soon in a 6.4.1 release 👍
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What version of React Router are you using?
6.4.0
Steps to Reproduce
Require with Yarn pnp which is strict about declaring dependencies.
Expected Behavior
No issues
Actual Behavior
Yarn pnp gives:
If a package uses a dependency, it must be declared in that package. Providing it via sub-level dep is not correct.
The text was updated successfully, but these errors were encountered: