Browse Source

Remove unnecessary prop

main
dan 2 years ago
committed by GitHub
parent
commit
a54cbcbe48
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      beta/src/content/learn/passing-data-deeply-with-context.md

2
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} />

Loading…
Cancel
Save