vagusX
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/react/migration-v5.zh-CN.md
|
|
@ -115,7 +115,7 @@ title: 从 v4 到 v5 |
|
|
|
- `getPopupContainer`: 所有的 `getPopupContainer` 都需要保证返回的是唯一的 div。React 18 concurrent 下会反复调用该方法。 |
|
|
|
- Upload List dom 结构变化。[#34528](https://github.com/ant-design/ant-design/pull/34528) |
|
|
|
- Notification |
|
|
|
- 静态方法不在允许在 `open` 中动态设置 `prefixCls` `maxCount` `top` `bottom` `getContainer`,Notification 静态方法现在将只有一个实例。如果需要不同配置,请使用 `useNotification`。 |
|
|
|
- 静态方法不再允许在 `open` 中动态设置 `prefixCls` `maxCount` `top` `bottom` `getContainer`,Notification 静态方法现在将只有一个实例。如果需要不同配置,请使用 `useNotification`。 |
|
|
|
- `close` 改名为 `destroy`,和 message 保持一致。 |
|
|
|
- Drawer `style` 和 `className` 迁移至 Drawer 弹层区域上,原属性替换为 `rootClassName` 和 `rootStyle`。 |
|
|
|
|
|
|
|