We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got into an issue with setState in a unmounted component and tracked down the issue to this: #305
The 0.5.2 version in this repo has the following check in Motion, TransitionMotion and StaggeredMotion:
if (this.unmounting || this.animationID != null) { return; }
I took a look at the code in my node_modules and noticed Motion doens't have the this.unmounting flag nor the code above.
Motion
this.unmounting
I have 0.5.2 in my package.json and in node_modules/react-motion there's indeed 0.5.2 in package.json but there's 0.5.1 in bower.json
node_modules/react-motion
It looks like the code published in npm is outdated
The text was updated successfully, but these errors were encountered:
yes, we have a discussion
#509 (comment)
Will need the author or maintainer to help on this :)
Sorry, something went wrong.
Latest updates were not published, please follow #569 (comment) thread for updates
No branches or pull requests
I got into an issue with setState in a unmounted component and tracked down the issue to this: #305
The 0.5.2 version in this repo has the following check in Motion, TransitionMotion and StaggeredMotion:
I took a look at the code in my node_modules and noticed
Motion
doens't have thethis.unmounting
flag nor the code above.I have 0.5.2 in my package.json and in
node_modules/react-motion
there's indeed 0.5.2 in package.json but there's 0.5.1 in bower.jsonIt looks like the code published in npm is outdated
The text was updated successfully, but these errors were encountered: