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
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.
The text was updated successfully, but these errors were encountered:
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.
"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.
The text was updated successfully, but these errors were encountered: