react-jsonschema-form
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -254,3 +254,6 @@ "use strict"; | ||
function computeDefaults(schema, parentDefaults, definitions, formData) { | ||
function computeDefaults(schema, parentDefaults, definitions) { | ||
var rawFormData = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; | ||
var formData = isObject(rawFormData) ? rawFormData : {}; | ||
// Compute the defaults recursively: give highest priority to deepest nodes. | ||
@@ -257,0 +260,0 @@ var defaults = parentDefaults; |
{ | ||
"name": "react-jsonschema-form", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1310979
6008