Using the actual nested Api objects in the object returned by connector means their identity never changes, which does not work well with React's default implementation of performing a strict equals check on the props passed to a component. We need that identity to change with state changes/
Using the actual nested Api objects in the object returned by
connector
means their identity never changes, which does not work well with React's default implementation of performing a strict equals check on the props passed to a component. We need that identity to change with state changes/