Types error with Image component and NextAuth session
Hey, so I'm trying to display user image but typescript yells at me Type error:
Type 'string | null | undefined' is not assignable to type 'string | StaticImport'
Component looks like this:
4 Replies