JedWatson / react-input-autosize

Auto-resizing input field for React
https://jedwatson.github.io/react-input-autosize
MIT License
769 stars 178 forks source link

Allow for react 17 #175

Closed krainboltgreene closed 3 years ago

krainboltgreene commented 3 years ago

You may also want to add a react-dom peer.

JedWatson commented 3 years ago

Thanks for this @krainboltgreene, will release today!

JedWatson commented 3 years ago

You may also want to add a react-dom peer.

Is there a specific reason you suggest this? we're not importing it in the component, so consumers wouldn't need to depend on it for the component's sake