FetchMore no re-render?

I can call fetchMore on a paginated query and my merge function gets called, the cache is updated with the merged lists, but my query hook never re-renders with the new data – how is this supposed to work?

Also my expectation as well…