Solutionunvalidated
Use the `error` object (or derive the error UI from the query’s status like `status === 'error'`) rather than relying on `isError` during refetch transitions, so the error message stays visible until the refetch successfully completes.
e68622b8-358f-4008-bb35-d8b34af3f717
Use the error object (or derive the error UI from the query’s status like status === 'error') rather than relying on isError during refetch transitions, so the error message stays visible until the refetch successfully completes.