Svelte Quickstart useQuery not Reacting
The query handler prints the sample data, which means it is called from +page.svelte:
While the query from useQuery is stuck on isLoading:
I might've missed something, but I'm sceptical of the compatibility of Svelte to begin with

