x-ui-design 0.4.85 → 0.4.86

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.esm.js CHANGED
@@ -727,7 +727,6 @@ const useForm = (initialValues = {}, onFieldsChange, onValuesChange, scrollToFir
727
727
  }
728
728
  async function validateField(name) {
729
729
  const value = formRef.current[stepRef.current][name];
730
- console.log(formRef.current);
731
730
  const rules = rulesRef.current[name] || [];
732
731
  const fieldErrors = [];
733
732
  const fieldWarnings = [];