Mark R. Florkowski

Results 89 comments of Mark R. Florkowski

> Kinda feels like it should be split? How would you want it split? I felt like the sub sections in theming wasn't bad ![image](https://github.com/user-attachments/assets/5a53fa1c-f4e8-4840-a713-f090264e7d0e) > Should our default component...

> It looks like it's possible to piece it together based on fetch runtimes etc yeah, it should be, I know a few people have mentioned getting it working in...

Still working on getting SSR working, but here's a basic example. https://github.com/markflorkowski/uploadthing-remix-sample Keep in mind neither myself nor Julius are regular users of Remix, so there may be better ways...

Check your imports, I was able to repro that error if I imported `UploadButton` from the package instead of the generated one ```diff - import { UploadButton } from "@uploadthing/react";...

Definitely something we have in mind, just thinking about how to best implement it 👍 Right now the only features that are paid only are regions and ACL, which are...

I am definitely open to having docs on testing, and would welcome a PR for it! I believe we have had a [similar request in the past](https://github.com/pingdotgg/uploadthing/issues/548), but just have...

Try running `pnpm build` from the root, then move t the docs folder and run `pnpm dev`.

Cc @t3dotgg do you know anyone who can verify?