From 795002bb0e219cee8eee0e629a350ae5cce8bd8d Mon Sep 17 00:00:00 2001 From: lijianan <574980606@qq.com> Date: Thu, 8 Jun 2023 17:20:22 +0800 Subject: [PATCH] chore: fix typo (#42884) * site: add docs Use in vite * fix * update * Update docs/react/use-with-remix.zh-CN.md Co-authored-by: afc163 * Update docs/react/use-with-next.zh-CN.md Co-authored-by: afc163 * reanme * update * update * update * update * chore: fix typo * update * update * fix * Update use-with-create-react-app.en-US.md * Update use-with-create-react-app.zh-CN.md --------- Co-authored-by: afc163 --- CHANGELOG.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.zh-CN.md b/CHANGELOG.zh-CN.md index e0ea61c5a4..76ec15b1b2 100644 --- a/CHANGELOG.zh-CN.md +++ b/CHANGELOG.zh-CN.md @@ -21,7 +21,7 @@ timeline: true - ColorPicker - 🐞 修复 ColorPicker 预设颜色没法选中的问题。[#42882](https://github.com/ant-design/ant-design/pull/42882) [@RedJue](https://github.com/RedJue) - - 🐞 修复 ColorPicker 组件清除后再点击清楚仍然触发 `onChange` 的问题。[#42643](https://github.com/ant-design/ant-design/pull/42643) [@linxianxi](https://github.com/linxianxi) + - 🐞 修复 ColorPicker 组件清除后再点击清除仍然触发 `onChange` 的问题。[#42643](https://github.com/ant-design/ant-design/pull/42643) [@linxianxi](https://github.com/linxianxi) - 🐞 修复 Collapse 组件废弃警告异常显示问题。[#42876](https://github.com/ant-design/ant-design/pull/42876) [@kiner-tang](https://github.com/kiner-tang) - TypeScript - 🤖 修复 Collapse 组件 `items` 类型应该为可选。[#42877](https://github.com/ant-design/ant-design/pull/42877) [@Dunqing](https://github.com/Dunqing)