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

Renaming deprecated function #167

Closed ranneyd closed 5 years ago

ranneyd commented 5 years ago

https://github.com/JedWatson/react-input-autosize/pull/166

ranneyd commented 5 years ago

@JedWatson @gwyneplaine

pelotom commented 5 years ago

Adding the UNSAFE_ prefixes is not a good longterm solution, because, it's, well, unsafe in concurrent mode.