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
Hello,
I am trying to use the lib with react 16, I saw that there is a https://github.com/Dash-OS/react-flipcard-2 that should work with react 16. The thing is that it still has the same unmet peer dependency issue.
I looked at the package.json is it possible to add this or statement?
the way it is atm: "peerDependencies": { "react": "^0.14.0 || ^0.15.0 || ^0.16.0", "react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0" }
Is it possible to become: "peerDependencies": { "react": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^14.0.0 || ^15.0.0 || ^16.0.0", "react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" }
Also are you planning to update it in the near future, so I know if I should wait for it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I am trying to use the lib with react 16, I saw that there is a https://github.com/Dash-OS/react-flipcard-2 that should work with react 16. The thing is that it still has the same unmet peer dependency issue.
I looked at the package.json is it possible to add this or statement?
the way it is atm:
"peerDependencies": {
"react": "^0.14.0 || ^0.15.0 || ^0.16.0",
"react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0"
}
Is it possible to become:
"peerDependencies": {
"react": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^0.15.0 || ^0.16.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
}
Also are you planning to update it in the near future, so I know if I should wait for it?
The text was updated successfully, but these errors were encountered: