Reach child does not update when state changes
问题 I have created a code snippet to demonstrate the issue: https://codesandbox.io/s/o1v4qxw3yy Essentially the checkedValues (an array of ids) does not get passed to the ChildComponent when a checkbox is clicked. Unless I send another variable along with it. If you uncomment the cat line @32 in the ParentComponent, it all starts working. I have noticed that the Apollo HOC around the ChildComponent receives the new value live , but the ChildComponent does not update unless another state change is