-
When using From TS's perspective, it's a valid behaviour, but when using it, I have to add another What's the correct way to work around this? and how come no one is frustrated with this, as I found no topic discussing this at all😂 https://stackblitz.com/edit/vitejs-vite-ah2ccc4v?file=src%2FApp.tsx ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
you need to pass the
|
Beta Was this translation helpful? Give feedback.
you need to pass the
skipToken
to thequeryFn
, not return askipToken
from thequeryFn
. This will also not stop execution at runtime.