-
currently migrating from 4.36.1 to 5.x in the mentioned v4 version the passed the function by extending the interface, the app works, but im not too happy about this solution. const queryConfig: DefaultOptions & {
queries: {
getNextPageParam?: any;
};
} = {
queries: {
...
getNextPageParam,
},
mutations: {
...
},
};
export const queryClient = new QueryClient({ defaultOptions: queryConfig }); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hm, we could re-add that, the problem is that the |
Beta Was this translation helpful? Give feedback.
i believe this might be on Orval's side
orval-labs/orval#1597