You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would require the result of the async function (TData) to be an array (or perhaps an object if were ok merging with {...previousData, ...data})
Perhaps we could enforce with types that this shouldn't be called if TData is not of this type, and throw an error when trying to merge if it's called anyway.
https://www.apollographql.com/docs/react/data/queries/#fetchmore
The text was updated successfully, but these errors were encountered: