mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
Fix a typo (#37826)
This commit is contained in:
parent
ddaead6777
commit
5132acfd7e
@ -23,7 +23,7 @@ More layouts with navigation: [Layout](/components/layout).
|
|||||||
|
|
||||||
```__react
|
```__react
|
||||||
import Alert from '../alert';
|
import Alert from '../alert';
|
||||||
ReactDOM.render(<Alert message="After version 4.20.0, we provide a simpler usage <Menu items={[...]} /> with better perfermance and potential of writing simpler code style in your applications. Meanwhile, we deprecated the old usage in browser console, we will remove it in antd 5.0." />, mountNode);
|
ReactDOM.render(<Alert message="After version 4.20.0, we provide a simpler usage <Menu items={[...]} /> with better performance and potential of writing simpler code style in your applications. Meanwhile, we deprecated the old usage in browser console, we will remove it in antd 5.0." />, mountNode);
|
||||||
```
|
```
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
|
Loading…
Reference in New Issue
Block a user