webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
454 stars 80 forks source link

Update react version #216

Closed CarlosHdez closed 3 years ago

CarlosHdez commented 3 years ago

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