Browse Source

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 <afc163@gmail.com>

* Update docs/react/use-with-next.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* 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 <afc163@gmail.com>
pull/42935/head
lijianan 1 year ago
committed by GitHub
parent
commit
795002bb0e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CHANGELOG.zh-CN.md

2
CHANGELOG.zh-CN.md

@ -21,7 +21,7 @@ timeline: true
- ColorPicker - ColorPicker
- 🐞 修复 ColorPicker 预设颜色没法选中的问题。[#42882](https://github.com/ant-design/ant-design/pull/42882) [@RedJue](https://github.com/RedJue) - 🐞 修复 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) - 🐞 修复 Collapse 组件废弃警告异常显示问题。[#42876](https://github.com/ant-design/ant-design/pull/42876) [@kiner-tang](https://github.com/kiner-tang)
- TypeScript - TypeScript
- 🤖 修复 Collapse 组件 `items` 类型应该为可选。[#42877](https://github.com/ant-design/ant-design/pull/42877) [@Dunqing](https://github.com/Dunqing) - 🤖 修复 Collapse 组件 `items` 类型应该为可选。[#42877](https://github.com/ant-design/ant-design/pull/42877) [@Dunqing](https://github.com/Dunqing)

Loading…
Cancel
Save