dillon1000/react

Commit

Fix illogical code in tutorial.md (#8048)

The tutorial wants to throw a 'warning' and explains about 'key' of React's list, but it throws nothing since there is sensible key.
"key={move}" should be removed, and added after explaining about key.
Browse files
Changed paths1 file
First-parent comparison
M docs/tutorial/tutorial.md Modified
Patch

Files changed

Rendering syntax-highlighted changes…