Philipp Steinrötter

Results 249 comments of Philipp Steinrötter

thanks for the details @rgathmann. for the `upsertItem` to work, cache helpers needs to to get a few things: 1. a value for the primary key. you need to pass...

thanks for opening the issue! I def want to add support for list queries to react-query. But you are right, I am using swr, and my priorities currently are elsewhere....

not yet! adding it to react query is a bit harder due to how it works internally. I am currently not able to allocate enough time to this unfortunately.

Can you provide a code sample?

Can you validate that you are using the same version of the supabase client libs as the libraries? The problem is most likely a version mismatch because cache helpers doesn't...

also, can you point me to a documentation here? I have never encountered this issue.

> The opts parameter carries around react-query options to supabase. There's no splitting or sanitisation happening it seems, but I don't understand why types don't catch that (don't have too...

funny enough, you can see in the CI why pinning is important: types break with the update. can you please undo the supabase update? would like to split it up...