dan
3 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
-
beta/src/content/learn/passing-data-deeply-with-context.md
|
|
@ -1051,7 +1051,7 @@ export default function App() { |
|
|
|
) |
|
|
|
} |
|
|
|
|
|
|
|
function List({ imageSize }) { |
|
|
|
function List() { |
|
|
|
const listItems = places.map(place => |
|
|
|
<li key={place.id}> |
|
|
|
<Place place={place} /> |
|
|
|