rmc-picker
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -71,3 +71,5 @@ 'use strict'; | ||
componentWillUnmount: function componentWillUnmount() { | ||
this.iscroll.destroy(); | ||
if (this.iscroll) { | ||
this.iscroll.destroy(); | ||
} | ||
this.iscroll = null; | ||
@@ -74,0 +76,0 @@ }, |
{ | ||
"name": "rmc-picker", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "React Mobile Picker Component", | ||
@@ -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
11443
221