You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: