Hi, I would like to use client from const client = useSanctumClient() instead of $fetch. The problem is that I am not getting the typescript warnings like I am used to with $fetch. Is this a bug, or can I turn it on somehow? I use visual studio code.
Hi, I would like to use
client
fromconst client = useSanctumClient()
instead of$fetch
. The problem is that I am not getting the typescript warnings like I am used to with$fetch
. Is this a bug, or can I turn it on somehow? I use visual studio code.