fix peer dependency please for react
Krasnopir opened this issue · 2 comments
Krasnopir commented
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
17 react was relesed and work fine with this package, but on install there are peer dependency warning
npm WARN react-text-mask@5.4.3 requires a peer of react@^0.14.0 || ^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.
jimisaacs commented
This was just a warning, now with npm 7 it installs peer dependencies, and with bit, this just fails isolated builds. Can we please update the peer deps.