x-ui-design 0.3.55 → 0.3.56

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
@@ -947,6 +947,10 @@ const FormItem$1 = ({
947
947
  const childrenList = useMemo(() => flattenChildren(children), [children]);
948
948
  useEffect(() => {
949
949
  if (_name && !getFieldInstance(_name)) {
950
+ console.log({
951
+ _name,
952
+ rules
953
+ });
950
954
  registerField(_name, rules);
951
955
  }
952
956
  }, [_name, rules]);