Skip to content

How to watch for query variable? #72

Answered by mpiorowski
mpiorowski asked this question in Q&A
Discussion options

You must be logged in to vote

I found it, just needed to type it:

let data: UseQueryStoreResult<
    Data[],
    Error,
    Data[],
    QueryKey
  >;
  $: data = useQuery(["data", dateFrom, dateTo], ,async () => { .......

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mpiorowski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant