What happens if you don't assign keys to list elements in React?
React will throw an error
React will render the list but might not optimize the update process
The list will not render
React will assign random keys automatically
This question is part of this quiz :
Lists and Keys in React