indicator-ui 0.0.119 → 0.0.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -8858,7 +8858,7 @@ function FormBuilder({ schema, formDataDefault, onChange, onChangeIsError, input
8858
8858
  if (formDataDefaultListener !== undefined) {
8859
8859
  setFormData({ ...formDataDefaultListener });
8860
8860
  }
8861
- }, [formDataDefaultListener]);
8861
+ }, [JSON.stringify(formDataDefaultListener)]);
8862
8862
  (0,react__WEBPACK_IMPORTED_MODULE_1__.useEffect)(() => {
8863
8863
  onChange && onChange(formData);
8864
8864
  }, [formData]);