Why is key={Math.random()} considered a bad React pattern?
Because React cannot compare numeric keys
Because keys changing every render force full remounting of items
Because random keys disable event handlers
Because keys must come from component props only
This is a premium drill. Continue on to the next free drill in the sequence.