My function is not running completely. It's not running as expected
Can anybody tell me what am I doing wrong in this function?
2 Replies
continuing-cyanOP•3y ago
I'm not able to dubbug the solution of it. Because the debugger is not going inside the function. That means the function is running but only the first line of the function other variables inside of it is not runnig.
🤷♂️
conscious-sapphire•3y ago
Your queryKey is an array, yet you destruct it like an object
Removing the :any will likely surface this issue