Skip to content

Commit

Permalink
Fix next_stdlib__WEBPACK_IMPORTED_MODULE_1__.connectMiddleware is not…
Browse files Browse the repository at this point in the history
… a function (#3024)

(patch)
  • Loading branch information
MukulKolpe authored Dec 6, 2021
1 parent 24dcac6 commit 915f5fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const specialImports: Record<string, string> = {
hash256: 'next/stdlib-server',
generateToken: 'next/stdlib-server',
resolver: 'next/stdlib-server',
connectMiddleware: 'next/stdlib-server',

getAntiCSRFToken: 'next/data-client',
useSession: 'next/data-client',
Expand Down

0 comments on commit 915f5fa

Please sign in to comment.