ts
知知洋洋
西安市雁塔区
展开
-
ts 子组件中 定义的方法报错
报错事例typtscript 组件中定义方法报错不能将类型“{ onRef: (ref: any) => void; }”分配给类型“IntrinsicAttributes & IntrinsicClassAttributes<Component<Omit<IProps, “form”>, any, any>> & Readonly<…> & Readonly<…>”。类型“IntrinsicAttributes原创 2021-10-12 09:11:16 · 3769 阅读 · 0 评论 -
antd table columns ts报错
报错截图不能将类型“({ title: Element; dataIndex: string; ellipsis: { showTitle: boolean; }; render: (name: any, record: any) => Element; key?: undefined; width?: undefined; fixed?: undefined; } | { …; } | { …; } | { …; })[]”分配给类型“ColumnProps[]”。不能将类型“{ title:原创 2021-07-20 15:08:53 · 3754 阅读 · 7 评论 -
类型“string | null”的参数不能赋给类型“string”的参数。 不能将类型“null”分配给类型“string” ts
项目中使用TS提示报错类型“string | null”的参数不能赋给类型“string”的参数。 不能将类型“null”分配给类型“string”解决方法原创 2021-07-09 11:38:47 · 16214 阅读 · 4 评论