arrow_backBACK TO DRILLS
White Belt - Easyimmutability
Mutating object state directly
A component stores an object in state and updates it like this:
//REACT_MODULE
person.firstName = 'Alice';The UI does not update immediately. What is the root cause?