Skip to content

Commit

Permalink
Stricter component types changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 27, 2024
1 parent 02300b7 commit 7b21678
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ export const routeModule = new PagesRouteModule({
App,
Document,
},
// @ts-expect-error -- Types don't account for getInitialProps. `Error` requires to be instantiated with `statusCode` but the types currently don't guarantee that.
userland: moduleError,
})

0 comments on commit 7b21678

Please sign in to comment.