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

Remove call to componentWillReceiveProps #164

Closed daggmano closed 3 years ago

daggmano commented 5 years ago

Issue #163, see https://fb.me/react-async-component-lifecycle-hooks

pbalenzuela commented 5 years ago

any updates on this?

0xdevalias commented 4 years ago

Any updates on this?

Methuselah96 commented 3 years ago

I've made a fork with the fix for this released as react-input-autosize-oss@2.2.3.

Methuselah96 commented 3 years ago

Created an alternative PR that uses getDerivedStateFromProps that should replace this one.

JedWatson commented 3 years ago

We've merged #177 so this has been fixed, thanks for the PR @daggmano and sorry I didn't get to it sooner