Matheus
Matheus
Title is self explanatory but.. Have you wondered about making the phoneID as parameter of send message instead of obtained from client? Think this would enable to have multiple phones...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
@MarcosNicolau Current GH action for release 'semantic-release' is trying to push changes (version updates and tags) directly to the main branch as can be [seen here](https://github.com/MarcosNicolau/whatsapp-business-sdk/actions/runs/10368075600/job/28729290819), which is nonetheless being...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
I have a requirement to save the raw data sent to whatsapp to be recovered later on. However, i just noticed that the ClientMessageRequest type has incomplete data structure, which...
### Feature description Hi. This is a great project. However using it on an existing codebases makes it very much difficult to adhere. For example, last week I integrated on...
I notice an issue with this extension. If your globals.css use classes like: ``` h1 { @apply text-[38px]/[1.1] md:text-[56px]/[1.1]; } h2 { @apply text-[32px]/[1.3] md:text-[42px]/[1.25]; } ``` Throws the error:...
Repro: https://stackblitz.com/edit/vitejs-vite-sbkw58em?file=src%2FApp.tsx To reproduce: 1. Open the link and wait for the page to load Expected behaviour: Initial state should be respected. But since there is a delay and type...
Thanks for the great work on Sonner. I've been using it for a long time and really appreciate how seamless and reliable it is out of the box. For a...
Fixes: https://github.com/emilkowalski/sonner/issues/630 And https://github.com/emilkowalski/sonner/issues/633