react-bsonschema-form
Advanced tools
Comparing version 0.41.12 to 0.41.13
@@ -277,3 +277,9 @@ "use strict"; | ||
// Override schema defaults with form data. | ||
return mergeObjects(defaults, formData); | ||
var r = mergeObjects(defaults, formData); | ||
if (defaults && defaults.businessGroupID) { | ||
console.log('defaults: ', defaults); | ||
console.log('formData: ', formData); | ||
console.log('r: ', r); | ||
} | ||
return r; | ||
} | ||
@@ -333,3 +339,3 @@ return formData || defaults; | ||
acc[key] = left.concat(right); | ||
} else { | ||
} else if (typeof right !== 'undefined') { | ||
acc[key] = right; | ||
@@ -336,0 +342,0 @@ } |
{ | ||
"name": "react-bsonschema-form", | ||
"version": "0.41.12", | ||
"version": "0.41.13", | ||
"description": "A simple React component capable of building HTML forms out of a JSON schema.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
3885735
5110
3