invalidateQueries resolves but the table keeps the old row until i navigate away Cache Invalidation
Mutation updates a row, then . The promise resolves, devtools shows the query going stale, a refetch fires, and the response in the network panel contains the new value. The table still renders the old number until I…