Transition animation works on entering based on height, but on exiting animaiton doesn't work. Initial height is '0px' and on entering changed height to wrapper height then on entered state height is set to 'auto'. Transition animation works here.
Before exit, again height is set to wrapper height, then on exiting height changed to '0px'.Transition animation doesn't work here.
But it works, when breakpoint set on onExit method.
https://codesandbox.io/s/hopeful-grass-gp6v9?file=/src/App.js