Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update keys_in_react.md: fix typo in line 82
The sentence "Using `key={Math.random()}` or `key={uuid()}` *while* rendering the list defeats the purpose of the list, ..." doesn't really make sense and maybe the intended was: "Using `key={Math.random()}` or `key={uuid()}` *while* rendering the list defeats the purpose of the key, ..." I checked with some collaborators on discord that seem to agree.
- Loading branch information