emiya

Results 5 issues of emiya

typescript 目前已经很常用希望能补充声明

有需要默认展开的情况 好像没看到控制展开的开关?

如题请问现在能用typescript在dva-cli上开发吗 需要修改什么配置吗 最好能出个 dva-cli 的typescript模板

`type b = Omit & {a?: string};` 当 使用 Omit 是 skipFields的排除选项 会导致 interface 类型 的 合并出现意外排除的问题

## Description When using user fields through field type overrides, the `UserField` type passed as a generic to `ComponentConfig` and `Config` gets lost in nested objects. ## Steps to reproduce...

ready
type: bug 🐛