You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No query hooks are generated. Only mutations are generated. There seems to be a bug where useQuery must be true, otherwise nothing generates
What were you expecting to happen?
Hooks containing useSuspenseQuery, useSuspenseInfiniteQuery are generated (and not useQuery or useInfiniteQuery, as I don't want usages of those functions in my project)
What versions are you using?
Operating System: Mac OS Ventura Package Version: Latest Browser Version: Chrome latest
The text was updated successfully, but these errors were encountered:
ezequiel
changed the title
Cannot generate strictly suspense queries
Cannot generate strictly suspense query hooks
Dec 5, 2023
What are the steps to reproduce this issue?
What happens?
No query hooks are generated. Only mutations are generated. There seems to be a bug where
useQuery
must be true, otherwise nothing generatesWhat were you expecting to happen?
Hooks containing
useSuspenseQuery
,useSuspenseInfiniteQuery
are generated (and notuseQuery
oruseInfiniteQuery
, as I don't want usages of those functions in my project)What versions are you using?
Operating System: Mac OS Ventura
Package Version: Latest
Browser Version: Chrome latest
The text was updated successfully, but these errors were encountered: