ywana-core8 0.0.243 → 0.0.244

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.cjs CHANGED
@@ -725,7 +725,7 @@ var Property = function Property(props) {
725
725
  }
726
726
 
727
727
  function clear() {
728
- if (onChange) onChange("");
728
+ if (onChange) onChange(id, "");
729
729
  }
730
730
 
731
731
  return /*#__PURE__*/React__default["default"].createElement("div", {