Skip to content

Commit 106c830

Browse files
committed
context type
Signed-off-by: Logan McAnsh <[email protected]>
1 parent d128f68 commit 106c830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emotion/app/entry.server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function handleRequest(
1111
request: Request,
1212
responseStatusCode: number,
1313
responseHeaders: Headers,
14-
remixContext: any
14+
remixContext: EntryContext
1515
) {
1616
const cache = createEmotionCache();
1717
const { extractCriticalToChunks } = createEmotionServer(cache);

0 commit comments

Comments
 (0)