### Summary: Before the React 16 compatibility, we were able to unmount the modal with an animation. It's not possible anymore with the `v3`. ### Steps to reproduce: 1. Add a `<Modal />` with `closeTimeoutMS={200}` 2. Tweak the CSS to display an open and a close animation 3. Mount/unmount the modal ### Expected behavior: The Modal should unmount with an animation. ### Link to example of issue: React 15 and v2: https://codesandbox.io/s/7k63p8lk81 (working) React 16 and v3: https://codesandbox.io/s/mml6ql88py (not working)