ui icon indicating copy to clipboard operation
ui copied to clipboard

typescript error when adding next-auth library

Open 78raoul78 opened this issue 1 year ago • 1 comments

Hello, I've forked this project and tried to add an authentication layer with next-auth dependency. Here is my pr, but I'm getting a build error on the signIn method exported : image

Do you have an idea, i've already tried downgrading typescript but its not working

78raoul78 avatar Jan 28 '24 15:01 78raoul78

IDK what's your goal of adding Authentication to the project. But this error is because declaration: true in tsconfig

AhmedBaset avatar Jan 28 '24 16:01 AhmedBaset

thanks for your help. I was probably not clear, I'm doing that for a personal project

78raoul78 avatar Jan 29 '24 19:01 78raoul78