`suspense: true` is not triggering Suspense
Hello,
In my codebase I have the following code:
However it throws
In my codebase I have the following code:
However it throws
Suspense not called on useUser. I thought the way that suspense worked is that useQuery itself would throw an object that would be caught by the parent Suspense component and would not continue to the next line until the request is completed. Do I misunderstand?