Skip to content

Commit

Permalink
mark app router context as client
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Oct 24, 2022
1 parent 2eafaea commit 57012e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/next/shared/lib/app-router-context.ts
@@ -1,3 +1,5 @@
'use client'

import React from 'react'
import type { FocusAndScrollRef } from '../../client/components/reducer'
import type { FlightRouterState, FlightData } from '../../server/app-render'
Expand Down

0 comments on commit 57012e4

Please sign in to comment.