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