Teagan Atwater

Results 11 comments of Teagan Atwater

Actually, it appears that simply including `import SimpleScrollbar from 'simple-scrollbar';` in a React component yields an app crash and the error: "Unhandled Rejection (ReferenceError): window is not defined".

I was similarly confused but on the Webhooks page I saw that `setup_intent.created` succeeded, which told me the connection was _probably_ okay and then like Quentin said above I created...

I've had this problem with OAuth as well! Only tested with the google provider, but exact same behavior as described above.

> I have created one. [Autosize textarea](https://shadcnui-expansions.typeart.cc/docs/autosize-textarea) Hey @hsuanyi-chou thanks for putting this together! Just chiming in that I had an edge case in my app that's different from the...

@NiluK I tried react-filepond, but the only React component they give you is `` which sucks for easy styling, because they inject a PILE of new buttons and divs inside,...

Oh shoot - I just found this linked [here](https://github.com/radix-ui/primitives/issues/1327): https://ark-ui.com/docs/components/file-upload *cue tires screeching* Edit: It doesn't do the fancy image manipulations that FilePond & Uppy do, which is the same...

In my case, I have a reusable component that, once the user is done with it, needs to be able to route different places based on where it started. I...

For reference, here's my onChange intercept (in my re-usable Input component, which wraps `` and includes props for `currency` code and RHF's `onChange()`): const onCurrencyChange = (event: React.ChangeEvent) => {...

Adding my +1 to the problem others here have encountered with the Supabase edge function file system restriction. I'm trying to preserve my Browserless.io usage for production by running puppeteer...