You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reviewed the createGetLoadContextArgs function in src/remix.ts.
It creates the argument for getLoadContext using hono's context.
I believe it would be more practical if the argument of the getLoadContext function were directly hono's context. That way, we could leverage Hono's middleware in Remix.
However, this is not how it works in practice. I assume there must be a reason for this. Could you explain why?
The text was updated successfully, but these errors were encountered:
I reviewed the
createGetLoadContextArgs
function in src/remix.ts.It creates the argument for
getLoadContext
using hono'scontext
.I believe it would be more practical if the argument of the
getLoadContext
function were directly hono's context. That way, we could leverage Hono's middleware in Remix.However, this is not how it works in practice. I assume there must be a reason for this. Could you explain why?
The text was updated successfully, but these errors were encountered: