rc-animate
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0-rc.4
@@ -112,3 +112,3 @@ import _defineProperty from 'babel-runtime/helpers/defineProperty'; | ||
if (statusStyle === false) return; | ||
if (statusStyle === false || _this._destroyed) return; | ||
@@ -176,2 +176,3 @@ var nextStep = void 0; | ||
value: function componentWillUnmount() { | ||
this._destroyed = true; | ||
this.removeEventListener(this.$ele); | ||
@@ -178,0 +179,0 @@ this.cancelNextFrame(); |
@@ -156,3 +156,3 @@ 'use strict'; | ||
if (statusStyle === false) return; | ||
if (statusStyle === false || _this._destroyed) return; | ||
@@ -220,2 +220,3 @@ var nextStep = void 0; | ||
value: function componentWillUnmount() { | ||
this._destroyed = true; | ||
this.removeEventListener(this.$ele); | ||
@@ -222,0 +223,0 @@ this.cancelNextFrame(); |
{ | ||
"name": "rc-animate", | ||
"version": "3.0.0-rc.3", | ||
"version": "3.0.0-rc.4", | ||
"description": "css-transition ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86473
1923