supabase-cache-helpers icon indicating copy to clipboard operation
supabase-cache-helpers copied to clipboard

A collection of framework specific Cache utilities for working with Supabase.

Results 48 supabase-cache-helpers issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Tanstack query exports a [skipToken](https://tanstack.com/query/v5/docs/framework/react/guides/disabling-queries#typesafe-disabling-of-queries-using-skiptoken) symbol which can be used to prevent a query running while waiting for a value to be defined (e.g. from a dependent...

bug

I don't see the implementation of Tanstack router's `useSuspenseQuery()`. Is this intentional?

enhancement

**Describe the bug** I am trying to update a row using useUpsertMutation in a table with a unique constraint on two columns. I provide these two columns as the primary...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nextra](https://redirect.github.com/shuding/nextra) | [`2.13.2` -> `3.0.1`](https://renovatebot.com/diffs/npm/nextra/2.13.2/3.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nextra/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/nextra/3.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

## Issue https://github.com/psteinroe/supabase-cache-helpers/issues/245 ## Overview I've added a transformer option to use-query. This allows you to transform data, such as converting from snake_case to camelCase. ## Capture | Without Transformer...

Apologies if this is the incorrect place to ask. I have a simple example component and DB spun up using a self hosted postgrest server where I am trying to...

**Describe the bug** When using mutation hooks with fallback data set in the `useQuery` hook, the cache does not update after triggering a mutation. Specifically, after passing fallback data to...

bug