React Modal Transition working on exit, but not on entrance
I created a custom Modal component in React for creating popup modal dialogs. I am using react-transition-group to try and “zoom-in” the modal when it first shows up and “zoom-out” when it is closed.