soywod / react-pin-field

📟 React component for entering PIN codes.
https://soywod.github.io/react-pin-field/
MIT License
413 stars 24 forks source link

React 17 support? #23

Closed devjoseluis closed 3 years ago

devjoseluis commented 3 years ago

When installing this package with the new version 17 of React it throws an error in the installation for the peer dependency of React version 16.

Screen_Shot_2021-02-10

React 17 release: https://reactjs.org/blog/2020/10/20/react-v17.html

Thank you!

soywod commented 3 years ago

Fixed in v1.0.6. It took be a bit more time than expected because tests were failing. Feel free to reopen if sth does not work as expected. Thank you!