Since 2.0.0 this is not working anymore since MyComponent never gets updated even when someProps change. The reason for this, I think, might be that shouldComponentUpdate has been introduced into TrackVisibility which only let the child components update if isVisible has changed.
I have the following use case:
Since 2.0.0 this is not working anymore since MyComponent never gets updated even when someProps change. The reason for this, I think, might be that shouldComponentUpdate has been introduced into TrackVisibility which only let the child components update if isVisible has changed.