melodyYang
melodyYang
- [ ] I have searched the [issues](https://github.com/alibaba/formily/issues) of this repository and believe that this is not a duplicate. ### Steps to reproduce 使用官方提供的 formilyjs 线上设计器工具 按照如下步骤操作 1. 选中 NumberPicker...
fix #308 _Before_ submitting a pull request, please make sure the following is done... - [x] Ensure the pull request title and commit message follow the [Commit Specific](https://github.com/alibaba/designable/blob/main/.github/GIT_COMMIT_SPECIFIC.md) in **English**....
### Reproduction link https://designable-antd.formilyjs.org/ ### Steps to reproduce 使用官方提供的 formilyjs 线上设计器工具 按照如下步骤操作 1. 选中 NumberPicker 组件 2. 编辑 组件属性中的 格式转换器 3. 输入 ``` value => `$$ ${value}` ``` 4. 切换到...
Case: ``` export interface ComponentProps { /** * @TJS-ignore */ [key: `data-${string}`]: string; } ``` Error: ``` Error: error: Error: Not supported: IndexSignatureDeclaration with index symbol other than a number...