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.
What is the issue?
In the latest version of velocity-react, you have used the latest react-transition-group.
On it, they export the TransitionGroup component as the default export. Go to the line
But in your velocity-transition-group.js file, you have required it as the CJS module and without mentioning the default key. Go to the line
How to fix?
After an hour of debugging, I saw the line unexpectedly. I require it as a default then it works fine.
Please check and fix this issue!
The text was updated successfully, but these errors were encountered: