cuongdevjs / reactjs-social-login

Group Hook ReactJS components for login social network
https://react-social-login.netlify.app
MIT License
168 stars 75 forks source link

Cannot find module 'react-social-login-buttons' #138

Closed amin-da closed 11 months ago

amin-da commented 11 months ago

hi @cuongdevjs when i use : import { GoogleLoginButton } from "react-social-login-buttons"; typescript appear this error : 'GoogleLoginButton' is declared but its value is never read.ts(6133) Cannot find module 'react-social-login-buttons' or its corresponding type declarations.ts(2307)

It seems necessary to add the types of this library in the following repository https://github.com/DefinitelyTyped/DefinitelyTyped

cuongdevjs commented 11 months ago

sure, react-social-login-buttons is a different library with reactjs-social-login library. You need to install it before you can use it.