Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jiachi Liu <inbox@huozhi.im>
  • Loading branch information
ijjk and huozhi committed Oct 27, 2022
1 parent 6de3636 commit f3b6ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/build/webpack/plugins/flight-types-plugin.ts
Expand Up @@ -28,7 +28,7 @@ check<IEntry, TEntry>(entry)
type PageParams = Record<string, string>
interface PageProps {
params: any
searchParams: any
searchParams?: any
}
interface LayoutProps {
children: React.ReactNode
Expand Down

0 comments on commit f3b6ecd

Please sign in to comment.