Skip to content

Commit

Permalink
Remove context_names
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Sep 23, 2022
1 parent a9d323f commit 063581b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/next/server/app-render.tsx
Expand Up @@ -590,9 +590,6 @@ export async function renderToHTMLOrFlight(
? staticGenerationAsyncStorage.getStore()
: staticGenerationAsyncStorage

const { CONTEXT_NAMES } =
ComponentMod.serverHooks as typeof import('../client/components/hooks-server-context')

// don't modify original query object
query = Object.assign({}, query)

Expand Down

0 comments on commit 063581b

Please sign in to comment.