I used useTransition hook to add animation to a list element, and its child element's height is not a fixed number. if I set {from:{height:0},enter:{height:'auto'}
, the element lose animation.
I want the children in transition animation div have a dynamic height property, any conclusions? :b