Alexiz Hernandez
Alexiz Hernandez
I don't believe that is customizable out of the box. But you could copy the source code in `index.tsx` and customize it to your liking. On line 162, there is...
I copied your example and mine is working just fine. After I stop resizing, the width logs correctly. Can you duplicate this into something like codesandbox or playcode?
> If anyone comes here and just want to show the error, this was my solution: https://supabase.com/docs/guides/functions/quickstart#error-handling > > ``` > import { FunctionsHttpError } from '@supabase/supabase-js' > > const...