GraphQL Component rerender when modifying cache

Hi, I’m encountering this problem in React Native wherein whenever I modify my cache, it successfully changes it (on the Apollo tab in RNDebugger) but my component does not rerender/output the new cache.

Is this a known bug? I’m using apollo 3.3.21

There are a lot of people here more knowledgeable about Apollo than I am. I think the component is not supposed to re-render after a manual cache modification. If you assign the new data to a useState variable of course, the component will refresh.