ant-design / ant-design/pro-components

🐛[BUG]ProFormColorPicker onChange 类型错误 是AggregationColor

Open
#8,740 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4.8k
Forks
1.4k
Avg merge
10h 44m
Merged PRs (30d)
3

Description

提问前先看看:

https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md

### 🐛 bug 描述
ProFormColorPicker onChange 类型错误

image

### 📷 复现步骤

image

### 🏞 期望结果

### 💻 复现代码
```
{
// setBackgroundColor(color.toHexString());
// console.log(color.toHexString());
// console.log(background.color);
form.setFieldsValue({
background: {
use: 'color',
image: [],
color: color.toHexString(),
},
});
},
}}
/>
```

### © 版本信息

- ProComponents 版本: [e.g. 4.0.0]
- umi 版本
- 浏览器环境
- 开发环境 [e.g. mac OS]

### 🚑 其他信息

Contributor guide

Open the contributing guide

Research direction

Start at the ProFormColorPicker component and inspect the type exposed for fieldProps.onChange, focusing on why the callback is not accepted with AggregationColor. Use the reproduction snippet to verify the reported TypeScript error and confirm that the callback receives the expected color type after the issue is addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.