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
Every other adapter seems to accept a promise to load the AppContext before passing it to the loaders. In Vercel's adapter this isn't the case. Since its a common practice to prepare the context and load data, it would make sense to add this here.
packages/vercel-remix/server.ts
(Obviously also adjusting the TS Interface)
The text was updated successfully, but these errors were encountered:
Every other adapter seems to accept a promise to load the AppContext before passing it to the loaders. In Vercel's adapter this isn't the case. Since its a common practice to prepare the context and load data, it would make sense to add this here.
packages/vercel-remix/server.ts
(Obviously also adjusting the TS Interface)
The text was updated successfully, but these errors were encountered: