We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getLoadContext
1 parent 12ae2e1 commit 150bfd1Copy full SHA for 150bfd1
src/remix.ts
@@ -8,7 +8,7 @@ export type GetLoadContext = (args: {
8
// eslint-disable-next-line @typescript-eslint/no-explicit-any
9
cloudflare: any
10
}
11
-}) => AppLoadContext
+}) => AppLoadContext | Promise<AppLoadContext>
12
13
14
export const defaultGetLoadContext = ({ context }: any) => {
0 commit comments