ant-design / ant-design/pro-components
🐛[BUG]protable 设置 tooltip 偶发 2 个tooltip
Open
- Dominant language
- TypeScript
- Stars
- 4.8k
- Forks
- 1.4k
- Avg merge
- 10h 44m
- Merged PRs (30d)
- 3
Description
"antd": "~5.12.7",
"@ant-design/pro-components": "~2.6.44",
使用方式:
{
title: '描述',
dataIndex: 'description',
width: 180,
ellipsis: false,
renderText(description) {
return {description};
},
},
Contributor guide
Research direction
Start by reproducing the shown ProTable configuration with Paragraph ellipsis and tooltip using the reported antd and @ant-design/pro-components versions. Trace the tooltip rendering from these entry points and verify the result against the screenshot; done means the same setup displays only one tooltip consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100