You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
react.development.js:369 Warning: React.createElement: 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`.
in VelocityTransitionGroup (created by TreeNode)
Then I debugged into the error part and found that VelocityTransitionGroup created a child of Object:
I encountered an error today:
Then I debugged into the error part and found that VelocityTransitionGroup created a child of Object:
The following codes shows that this error is caused by requiring TransitionGroup module directly rather than require the default part of the module.
https://github.com/google-fabric/velocity-react/blob/v1.4.1/src/velocity-transition-group.js#L56
https://github.com/reactjs/react-transition-group/blob/v2.7.0/src/TransitionGroup.js#L169
The text was updated successfully, but these errors were encountered: