rc-animate
Advanced tools
Comparing version 3.0.0-rc.4 to 3.0.0-rc.5
@@ -128,3 +128,3 @@ import _toArray from 'babel-runtime/helpers/toArray'; | ||
// Do next step if not animate object provided | ||
if (!_this.currentEvent.animateObj) { | ||
if (!_this.currentEvent || !_this.currentEvent.animateObj) { | ||
_this.nextEvent(restQueue); | ||
@@ -131,0 +131,0 @@ } |
@@ -171,3 +171,3 @@ 'use strict'; | ||
// Do next step if not animate object provided | ||
if (!_this.currentEvent.animateObj) { | ||
if (!_this.currentEvent || !_this.currentEvent.animateObj) { | ||
_this.nextEvent(restQueue); | ||
@@ -174,0 +174,0 @@ } |
{ | ||
"name": "rc-animate", | ||
"version": "3.0.0-rc.4", | ||
"version": "3.0.0-rc.5", | ||
"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
86519