You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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: