react-better-html 1.1.101 → 1.1.102

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.mjs CHANGED
@@ -6162,6 +6162,9 @@ InputFieldComponent.color = forwardRef8(function Color2({ value, onChangeValue,
6162
6162
  },
6163
6163
  [onChangeValue]
6164
6164
  );
6165
+ useEffect7(() => {
6166
+ setInputFieldValue(value);
6167
+ }, [value]);
6165
6168
  return /* @__PURE__ */ jsx15(
6166
6169
  InputFieldComponent,
6167
6170
  {