React 19 experimental with RQ and use hook · TanStack query · Discussion #7074

Hi, I'm trying to wire up RQ with React 19 (maybe not possible at the moment). I'm trying to replace native fetch with queryClient.fetchQueryData. I have code like this: // @ts-ignore import { Susp...