'Unable to use React Transition Group

I am trying to use React Transition Group in my code. I have this requirement where I display a list of notifications from a queue.But at a time I can display only 3 notifications.The newest should appear on the top. I have achieved it logically,but facing issues while applying transition.Apparently it should behave like when the old notification has faded from the bottom,the new one should appear at the top. I am attaching my codesandbox link as a working example. https://codesandbox.io/s/immutable-forest-nop256 Please help



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source