Property 'sessionClaims' does not exist on type 'Promise<ClerkMiddlewareAuthObject>'.ts(2339) #4519
adeyinka-dev
started this conversation in
Feature Requests
Replies: 1 comment
-
import { clerkMiddleware, createRouteMatcher } from '@clerk/nextjs/server'; `export default clerkMiddleware(async (auth, req) => {
});` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Property 'sessionClaims' does not exist on type 'Promise'.ts(2339) on Next Js v15
Beta Was this translation helpful? Give feedback.
All reactions