react-supabase
react-supabase copied to clipboard
React Hooks library for Supabase
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.5. Release notes Sourced from actions/cache's releases. v3.0.5 Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by...
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.4. Release notes Sourced from actions/cache's releases. v3.0.4 In this release, we have fixed the tar creation error while trying to create it with path...
Bumps [andresz1/size-limit-action](https://github.com/andresz1/size-limit-action) from 1.5.1 to 1.7.0. Release notes Sourced from andresz1/size-limit-action's releases. v1.7.0 Add script param. Thanks to @amilajack v1.6.1 version fix v1.6.0 pnpm support minor fixes Commits 4135860 update...
# Bug report The `useSignIn()` hook does not work correctly. ## Description / Observed Behavior Try to use the sign-in hook, and successfully log in (the user is created in...
# Bug report ## Description / Observed Behavior Use something like `useInsert` and force an error (insert null value in required column). Either wrap the call in a try/catch block,...
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.8. Release notes Sourced from actions/cache's releases. v3.0.8 What's Changed Fix zstd not working for windows on gnu tar in issues. Allow users to provide...
Fixed a mismatched variable name
# Bug report Whenever I include the provider in my Expo app I get: ``` ERROR Unhandled promise rejection [RangeError: Maximum call stack size exceeded (native stack depth)] ``` ##...
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.2.6. Release notes Sourced from actions/cache's releases. v3.2.6 What's Changed Updated branch in Force deletion of caches by @t-dedah in actions/cache#1108 Fix zstd not being...
`useSubscription` and `useRealtime` are completely broken right now because the signature for subscription has changed in v2. See https://supabase.com/docs/reference/javascript/subscribe