Skip to content

Commit

Permalink
feat: 增加 antVersion 配置属性,用来处理 ant v4 与 v5 不兼容性属性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbxs committed Dec 19, 2023
1 parent 6366e6d commit 4de30d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/form-render/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ import React from 'react';
import FormRender, { useForm } from 'form-render';
import schema from './schema/simple';

console.log(version, 'xxxxx')

export default () => {
const form = useForm();

Expand Down

0 comments on commit 4de30d3

Please sign in to comment.