@ruiyun/react-schema-form-antd
v2.0.1
Published
基础text的react版
Downloads
10
Readme
react-schema-form-antd
ts build 有问题,主要是本地软链链接依赖的依赖时导致到打包报错。参见https://github.com/microsoft/TypeScript/issues/42873
目前解决办法如下
- 将
@ruiyun/react-form
和react-schema-form-core
添加为开发依赖 - tsconfig增加
"baseUrl": ".",
"paths": {
"@ruiyun/react-form": ["node_modules/@ruiyun/react-form"],
"@ruiyun/react-schema-form-core": ["node_modules/@ruiyun/react-schema-form-core"],
}
Usage
const reactText = require('react-schema-form-antd');
// TODO: DEMONSTRATE API