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
history/lib/createHashHistory
lock文件中react-router间接依赖了history: 3.3.0,package.json中没有依赖history,导致使用pnpm下载依赖的时候无法在项目中引用
/react-router@3.2.0(react@16.14.0): resolution: {integrity: sha512-sXlLOg0TRCqnjCVskqBHGjzNjcJKUqXEKnDSuxMYJSPJNq9hROE9VsiIW2kfIq7Ev+20Iz0nxayekXyv0XNmsg==} peerDependencies: react: ^0.14.0 || ^15.0.0 || ^16.0.0-rc dependencies: create-react-class: 15.7.0 history: 3.3.0 hoist-non-react-statics: 1.2.0 invariant: 2.2.4 loose-envify: 1.4.0 prop-types: 15.8.1 react: 16.14.0 warning: 3.0.0 dev: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lock文件中react-router间接依赖了history: 3.3.0,package.json中没有依赖history,导致使用pnpm下载依赖的时候无法在项目中引用
The text was updated successfully, but these errors were encountered: