x-ui-design 0.5.15 → 0.5.16

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
@@ -733,6 +733,7 @@ const useForm = (initialValues = {}, onFieldsChange, onValuesChange, scrollToFir
733
733
  await Promise.all([rules].flat(1).map(async rule => {
734
734
  rule = typeof rule === 'function' ? rule(formInstance) : rule;
735
735
  console.log({
736
+ name,
736
737
  rule: JSON.parse(JSON.stringify(rule)),
737
738
  value
738
739
  });