Szabolcs Kelemen
Results
3
comments of
Szabolcs Kelemen
@antoniel 's solution worked for me as well. I used the `useQueryClient` hook to get the `queryClient`.
I am on Typescript `^2.9.2` and Angular `^6.1.2` and it works for me.
@swftvsn I always have my browser's DevTools open and when this problem occurs, I just hit "pause" on the debugger and it will stop throwing more exceptions. This way I...