Hi
I got this problem in my console when I checked d.ts and change extends Component<GoogleLoginProps, unknown> to Component<GoogleLoginProps, any> the problem is fixed
but I want to fix it from my code so I can install my repo and run it everywhere without changing the d.ts file
Hi I got this problem in my console when I checked d.ts and change extends Component<GoogleLoginProps, unknown> to Component<GoogleLoginProps, any> the problem is fixed
but I want to fix it from my code so I can install my repo and run it everywhere without changing the d.ts file