How does React compare props by default in a component wrapped with memo?
React performs a deep recursive comparison of all props
React compares serialized JSON representations of props
React compares each prop using Object.is
React compares only primitive props and ignores objects
This is a premium drill. Continue on to the next free drill in the sequence.