webscopeio/react-textarea-autocomplete

Update react version

CarlosHdez opened this issue · 0 comments

Would it be possible to change the peer dependecies for react from ^16.0.0 to maybe ^16.0.0 || ^17? In my current project I'm using react 17.0.1 so I either need to install it with --force or --legacy-peer-deps.

Thanks