Using the latest version of treebeard (4.2.4) and having this issue with VelocityTransitionGroup. Several people have mentioned that animations={false} as a prop to Treebeard should help fix it, but it doesn't. I've tried downgrading, but no success.
To note, it works perfectly fine on storybook, but when we use it in app, it breaks. We're trying to render the component on an animated sidebar, and that's the only difference between the storybook version and our in app version...all the data is the same and static for testing purposes. It just breaks and shows that error in console when the component is mounted onto our sidebar.