Replies: 1 comment
-
The context object you receive in the loaders is not intended to be changed at that point, is an object that's used by the HTTP server to inject values into the Remix app. And since loaders run in parallel while your first loader is sleeping the second keeps working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
app/routes/app.tsx
app/routes/admin._index.tsx
log
i cannot get context but if i remove sleep i working

Beta Was this translation helpful? Give feedback.
All reactions