Yang Zihan

Results 4 issues of Yang Zihan

### Which Component 出现bug的组件 - TagGroup ### semi-ui version - latest ### Expected result 期望的结果是什么 - `TagGroup.tagList` 传啥渲染啥 ### Actual result 实际的结果是什么 - `TagGroup.tagList` 传入 `ReactNode[]` 崩溃 - `TagGroup.tagList` 传入...

bug

[中文模板 / Chinese Template](https://github.com/DouyinFE/semi-design/blob/main/.github/PULL_REQUEST_TEMPLATE.zh-CN.md) - [x] I have read and followed [Pull Request Guidelines](https://github.com/DouyinFE/semi-design/blob/main/CONTRIBUTING-en-US.md#pull-request-guidelines) of the contributing guide. ### What kind of change does this PR introduce? (check at least...

As I expected, the `sendResponse` callback should accept 1 param in `any` type but now 0. Thus the following codes will fail to pass the type checking.

Fix contact API parameter `user_ids`'s type.