John Mangan
John Mangan
We've also hit the issue with our Nextjs app. I assume these are related, although it's possible that it's just a coincidence. After spending some time inside the nextjs code,...
> As someone who studies this concept for a living, I genuinely believe that developers would benefit from understanding the extent to which a philosophy about software complexity can (or...
Similarly, we've used Server Actions for data fetching due to their RPC nature w/ built-in type-safety. Additional advantages over standard Route Handlers is abstraction away some of the code organization...
Since `min-width` takes precedence over `max-width`, I was able to override the `max-width: fit-content` with the prop `classNames={{ wrapper: "min-w-full h-full"}}`. This feels terrible fragile, but I'll include it here...