storybook-eol/react-treebeard

Check the render method of `VelocityTransitionGroup`.

Closed this issue · 5 comments

After just doing an npm install, my project no longer even renders the tree page.
The message displayed is:

Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object.

Check the render method of `VelocityTransitionGroup`.

I solved this issue setting animations: false how props, works on chrome @VladimirJelincic

Excellent, it solved the problem, thanks!

you can show detail how to fix problem with setting animations: false

Hi @VanDuyNGUYEN

<Treebeard animations={false} {...props}/>