@rjsf/utils
Advanced tools
Comparing version
@@ -229,3 +229,3 @@ import get from 'lodash-es/get.js'; | ||
parentDefaults: defaults, | ||
rawFormData: formData, | ||
rawFormData: (rawFormData !== null && rawFormData !== void 0 ? rawFormData : formData), | ||
required, | ||
@@ -232,0 +232,0 @@ shouldMergeDefaultsIntoFormData, |
{ | ||
"name": "@rjsf/utils", | ||
"version": "5.24.11", | ||
"version": "5.24.12", | ||
"main": "dist/index.js", | ||
@@ -89,3 +89,3 @@ "module": "lib/index.js", | ||
"license": "Apache-2.0", | ||
"gitHead": "7e80bfedc8884ba68b2832f404eba8e6bd11416f" | ||
"gitHead": "41d2d5553fb089b2635589c03e9809da1054f72d" | ||
} |
@@ -337,3 +337,3 @@ import get from 'lodash/get'; | ||
parentDefaults: defaults as T | undefined, | ||
rawFormData: formData as T, | ||
rawFormData: (rawFormData ?? formData) as T, | ||
required, | ||
@@ -340,0 +340,0 @@ shouldMergeDefaultsIntoFormData, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1832062
0.01%