immutable-form
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -75,3 +75,5 @@ 'use strict'; | ||
value: function componentWillUnmount() { | ||
this.unsubscribe(); | ||
if (this.unsubscribe && (0, _lodash.isFunction)(this.unsubscribe)) { | ||
this.unsubscribe(); | ||
} | ||
_FormCollection2.default.remove(this.form.name); | ||
@@ -78,0 +80,0 @@ this.setState({ |
{ | ||
"name": "immutable-form", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
182786
1164