Gaurav Mukherjee

Results 4 comments of Gaurav Mukherjee

`@angular/core` and other angular packages are added as dependcies, I think it should in peer dependencies. Otherwise 2 versions of angular might get created. Probably this is the issue

@jbjhjm I tested this in angular 15.1 but its still not working

I am also facing this issue. Btw i have raised this concern in the first PR of angular query. Because the query functions is evaluated instantly this was always going...

https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/src/create-base-query.ts#L67 this is the issue ```typescript const defaultedOptionsSignal = computed(() => { const options = runInInjectionContext(injector, () => optionsFn()) const defaultedOptions = queryClient.defaultQueryOptions(options) defaultedOptions._optimisticResults = 'optimistic' return defaultedOptions }) const...