dan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
beta/src/content/apis/react/Children.md
|
|
@ -394,8 +394,6 @@ export default function App() { |
|
|
|
``` |
|
|
|
|
|
|
|
```js RowList.js |
|
|
|
import { Children } from 'react'; |
|
|
|
|
|
|
|
export function RowList({ children }) { |
|
|
|
return ( |
|
|
|
<div className="RowList"> |
|
|
@ -463,8 +461,6 @@ function MoreRows() { |
|
|
|
``` |
|
|
|
|
|
|
|
```js RowList.js |
|
|
|
import { Children } from 'react'; |
|
|
|
|
|
|
|
export function RowList({ children }) { |
|
|
|
return ( |
|
|
|
<div className="RowList"> |
|
|
|