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

Breaks <TransitionGroup>s absolutely everywhere whenever mounted #155

Open YCMitch opened 5 years ago

YCMitch commented 5 years ago

After a hair-pulling amount of trial-and-error, I've deduced that whenever this component is mounted, all transitions from <TransitionGroup>, <CSSTransitionGroup> and <SwitchCSSTransitionGroup> immediately stop working.

I have absolutely no idea why. I'm guessing this an issue report this vague it'll never be fixed, so does anyone know of an alternative to this component?

todesstoss commented 4 years ago

Same here, after investigation of issue with react-select package i've found that root cause is autosize input. react-transition-group stops working on page which mounts Select -> AutosizeInput