Alexiz Hernandez

Results 7 comments of 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...

It seems this is happening because of multiple countries using the same country code. It looks like countries like Anguilla (+1 264) and Antigua and Barbuda (+1 268) are only...

Hey @seanzhang-stripe , sure, here is a test subscription schedule I have: sub_sched_1R1DCpF2rxYbdwMevL3gjX6q When I fetch this subscription schedule, this is basically the response I am getting: (notice the `trial`...

@bokuweb just checking in to see if there was an update on this? Thank you!.

Looks like the `tsc` GitHub action failed due to the usage of `this.props.scale` without first checking that it is undefined or providing an alternative value if it is.