I can only find the single value timeout prop in documentation, how do you set different timeouts for different states using <CSSTransition>?
You can set it to an object, with bother enter and exit keys where the value is the timeout for each. Hope that helps!
Most helpful comment
You can set it to an object, with bother enter and exit keys where the value is the timeout for each. Hope that helps!