Kevin Bailey
Kevin Bailey
I'm having a very similar issues (although using styled-components). Any catch/error boundaries that I create in the `root.tsx` required me to re-render the whole document. As @akomm said, it would...
Any idea of how to resolve this? This is one of the last pieces preventing us from converting our apps at work to Remix.
Thank you @akomm! This should do exactly what I need. I knew about the pathless routes in `react-router` but didn't know about the double underscore convention in remix.
TL;DR: talked to Ryan Florence about it... so he at least knows it's a pain point for those of us trying to migrate to Remix, but I have no perfect...
> if the Remix compiler adds a display name that will show the route name in the DevTools. This is my only concern with the `Component` naming here. I don't...
Any status update on the decoupling from Emotion?
We're also still seeing this issue using the DistributedCachePlugin. Any update on any progress on this?
This is handy, we have something to had to build to solve this. Specifically when handling checkboxes on posted forms. We'd do a transform to see if the value was...