Replies: 2 comments 1 reply
-
Your Does your TS typecheck bring any errors in Refer to docs: https://remix.run/docs/en/main/guides/streaming#2-component-setup |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have tried to enable single fetch on version 2.13.1 and migrate a single route to single fetch. That means i removed
defer
function from loader.Immediately after deployment i was getting Sentry errors. The first one seems to make sense because frontend keeps the cached version and for some time is sending data requests on the backend
However in the same trace it showed that it crashed because it couldn't load loader data.
Is this because i deployed the single fetch and loader migration in a single deployment? Is there a way to not crash it for the end users? 😅
Beta Was this translation helpful? Give feedback.
All reactions