In this example Collapse component is used with unmountOnExit property, which is passed to its inherited component Transition.
Transition is not present in Component API docs, since it is internal.
So maybe it's worth to expose that component?
It will also add a possibility to write own transitions easier.
This is a good question! The current situation is tricky:
Transition component.Ripple component.So, we have some options:
Transition component to rely on react-transition-groupTransition component to rely on react-transition-groupTransition component publicIf at all possible, let's use the external project. I don't see a need to maintain that here; am I missing something in that regard?
There is no more internal Transition component. No need to expose it 馃檭. Instead, the documentation points to react-transition-group.
Most helpful comment
If at all possible, let's use the external project. I don't see a need to maintain that here; am I missing something in that regard?