Mark R. Florkowski

Results 34 comments of Mark R. Florkowski

@kitze Sorry, just seeing this now. You can use the `generateReactHelpers()` function to get it.

The quick workaround for this is to change the order of imports. Making sure that the uploadthing component styles are imported before others usually does the trick ``` import "@uploadthing/react/styles.css";...

As of `@uploadthing/[email protected]` custom styling of the components is now supported. Please [see the docs](https://docs.uploadthing.com/theming) for more info on how to use the new styling options.

> (in the meantime, I guess it would be also nice if you consider supporting custom names. let's see which comes first haha) The reason we don't is because names...

> Currently passing all tests except clear since our API throws a 500 when you try to delete 0 files currently (will fix that momentarily) Merged fix for this on...

Really like this idea, will probably try to take swing at it in the next week or two if nobody else jumps on it first!

The only notes I would say are to follow conventional commits for naming your PR and, and include a good description. Otherwise, take a look at the other items in...

We do have some plans to do things like this, for now though, you can pass that information to `onUploadComplete()` and call `deleteFiles()` there. Something like this could work: ```ts...

Not sure if it matters, but we use `createUploadthing()` for creating the router on the backend already...

> making any conflicts quite unlikely. less concerned about actual code related conflicts, more about it being confusing for users.