docs(useQuery): remove suspense option in useQuery() v5 by diggymo · Pull Request #6187 · TanStack/query

In v5, To use suspense developers can use useSuspenseQuery() and can't use useQuery(). However, according to the documentation, it is different. In the actual type definition, suspense option i...