Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Table): 修改 search transform 类型 #7708

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

linxianxi
Copy link
Contributor

@linxianxi linxianxi commented Sep 21, 2023

不返回对象类型时,应该支持 undefined 或 null 或其它格式,不应该只支持 string 类型

// 现在这样会报错
transform: (value) => value ? moment(value).valueOf : undefined

@github-actions
Copy link

github-actions bot commented Sep 21, 2023

😭 Deploy PR Preview failed.

@chenshuai2144 chenshuai2144 merged commit df16931 into ant-design:master Sep 21, 2023
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants