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.
1 parent b83fcc8 commit 0497008Copy full SHA for 0497008
emotion/app/entry.server.tsx
@@ -11,7 +11,7 @@ export default function handleRequest(
11
request: Request,
12
responseStatusCode: number,
13
responseHeaders: Headers,
14
- remixContext: any
+ remixContext: EntryContext
15
) {
16
const cache = createEmotionCache();
17
const { extractCriticalToChunks } = createEmotionServer(cache);
0 commit comments