vishalbalaji / trpc-svelte-query-adapter

A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.
71 stars 6 forks source link

Library isn't compatible with @tanstack/svelte-query v5 #14

Closed yinkakun closed 9 months ago

yinkakun commented 10 months ago

I was having error while trying to use this library with @tanstack/svelte-query v5.

This library imports some stuff that aren't available in the @tanstack/svelte-query v5. Specifically:ResetQueryFilters and CreateQueriesResult

vishalbalaji commented 9 months ago

Hi @yinkakun, thank you for pointing this out to me! Sorry for the late response, been a little busy with my day job. These issues have now been addressed in v2.2.0.

vishalbalaji commented 9 months ago

Closing this issue, Resolved in aab3bb056e276dc552a1742fe1667e8481b107da.