Skip to content

Commit

Permalink
docs: Note for 18 known issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Apr 24, 2022
1 parent 3467c36 commit 43d2265
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.en-US.md
Expand Up @@ -19,7 +19,7 @@ timeline: true

`2022-04-24`

- 🔥 React 18 Support
- 🔥 React 18 Support. Fix related known issue.
- 🐞 Fix Form with React 18 StrictMode missing error message update. [#35096](https://github.com/ant-design/ant-design/pull/35096)
- 🐞 Fix Notification and Message throw `createRoot` warning in React 18. [#35030](https://github.com/ant-design/ant-design/pull/35030)
- 🐞 Fix BackTop not working in StrictMode. [#34858](https://github.com/ant-design/ant-design/pull/34858) [@tmkx](https://github.com/tmkx)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.zh-CN.md
Expand Up @@ -19,7 +19,7 @@ timeline: true

`2022-04-24`

- 🔥 支持 React 18 以及严格模式。
- 🔥 支持 React 18 以及严格模式,修复了相关已知问题
- 🐞 修复 Form 在 React 18 的 StrictMode 下,错误信息无法更新的问题。[#35096](https://github.com/ant-design/ant-design/pull/35096)
- 🐞 修复 Notification 和 Message 在 React 18 下抛出使用 `createRoot` 的警告信息。[#35030](https://github.com/ant-design/ant-design/pull/35030)
- 🐞 修复 BackTop 组件在严格模式下不能正常工作的问题。[#34858](https://github.com/ant-design/ant-design/pull/34858) [@tmkx](https://github.com/tmkx)
Expand Down

0 comments on commit 43d2265

Please sign in to comment.