Michael Carter
Michael Carter
Have you wiped `node_modules`? It might be simpler to create a new app and move the app folder to it.
When filing issues, I think it's helpful if you specify any custom configuration beyond stock Remix. Without an actual repo, troubleshooting these problems is difficult. Thanks!
Sorry, no. I just haven't had time to work on those.
It's one of the reasons I created `remix-typedjson`. It exposes the native TypeScript types and converts the JSON data back to native types automatically. https://github.com/kiliman/remix-typedjson
@iampeter I think any framework that serializes to JSON from server to client will have this issue. I believe once Remix supports RSC, they'll be able to stream native types...
If you're getting hydration issues on the initial page load, this will break `defer` and streaming results. This is because React re-renders your app after a hydration mismatch, so Remix...
@jansedlon Do you have an example repo that I can check out?
@Xiphe awesome... glad it resolved the styled-components issue for you.
@akun2333 Remember that once you start adding folders, flat routes will switch to flat-folders mode (it assumes you want colocation). The folder name itself is the route. The route _file_...
FYI: Not only is @jacob-ebey a _contributor_, but he also works for Remix/Shopify. He implemented the `defer` support (in addition to many more features). Super smart guy.