Yannick Croissant

Results 2 issues of Yannick Croissant

### Describe the bug When passing options created with the `queryOptions` helper to `QueriesObserver` we got the following TypeScript error as it is unable to assign `UseQueryOptions` to `QueryObserverOptions`: ```ts...

types

Widen the `QueriesObserver` queries type so we can assign `UseQueryOptions` to `QueryObserverOptions`. The result from the `queryOptions` helper can now be passed to `QueriesObserver`. This align the `QueriesObserver` behavior with...

package: react-query
package: query-core