Comparing version 0.15.0-beta.0 to 0.15.0
@@ -45,3 +45,3 @@ 'use strict'; | ||
return errors.map(function (e) { | ||
if ('message' in e) { | ||
if (e && e.message) { | ||
return e.message; | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "rc-form", | ||
"version": "0.15.0-beta.0", | ||
"version": "0.15.0", | ||
"description": "React High Order Form 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
260286