eyalllE
tRPC3y ago
5 replies
eyalll

Default Query Function to resume paused mutations

I'm building a React Native App with an offline mode. I implemented a PersistQueryProvider and a built my own
createMMKVStoragePersister
.

When the app gets back online it fails to resume paused mutations because at that point functions does not exist.

Any advice on providing the default query fucntions since they already exist from the trpcClient?
Was this page helpful?