Property 'handle' does not exist on type '{}'
How do i bypass "Property 'handle' does not exist on type '{}'"
i am trying to pass the handle value to the session, and the handle value in fact exists in token.user and my code works accordingly as well, however typescript does not let me pass through this error.
my code is as follows (this is inside the [nextauth].ts file)
0 Replies