You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error info:
node_modules/ant-design-vue/lib/table/interface.d.ts:131:9 - error TS2411: Property 'title' of type 'string | undefined' is not assignable to string index type 'string'.
title?: string;
### What is expected?
TS type check failed while building a project。
### What is actually happening?
TS type check failed while building a project。
<!-- generated by issue-helper. DO NOT REMOVE -->
The text was updated successfully, but these errors were encountered:
Version
2.2.1
Environment
vue3.1.4,ts4.3.4,antd2.2.1
Reproduction link
https://2x.antdv.com/components/table-cn
Steps to reproduce
TS type check failed while building a project。
error code:
export declare type ColumnProps = Partial<ExtractPropTypes> & {
slots?: {
title?: string;
filterIcon?: string;
filterDropdown?: string;
customRender?: string;
[key: string]: string;
};
};
error info:
node_modules/ant-design-vue/lib/table/interface.d.ts:131:9 - error TS2411: Property 'title' of type 'string | undefined' is not assignable to string index type 'string'.
title?: string;
The text was updated successfully, but these errors were encountered: