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 d128f68 commit 106c830Copy full SHA for 106c830
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