Ryan Brown

Results 5 comments of Ryan Brown

With Tailwind, adding `[&>div]:!block` as a class to `RadixScrollArea.Viewport` fixes the issue. For example: ```tsx {children} ```

I can't seem to use the types either. Exporting the interfaces directly seems like a no-brainer and it was most libraries do. Also, VSCode has major issues when trying to...

I spent the last hour of my life trying to figure out why this was happening. Thank you for posting this.

@juliusmarminge are there specific limitations that prevent procedures from calling other procedures directly? We are using `tRPC` as the source of truth for all actions (queries/mutations); extracting out logic adds...

Are there any workarounds or anything we can do in the meantime?