(Choose 1 answer)
Why should you avoid copying the values of props into a component's state?
A. Because you want to allow data to flow back up to the parent
B. Because prop values cannot be stored in state
C. Because you should never mutate state
D. Because that would create two instances of the same state that could become out of sync