cuongdevjs / reactjs-social-login

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

<User provider={provider} profile={profile} onLogout={onLogoutSuccess} /> #180

Closed Rohini1206 closed 2 months ago

Rohini1206 commented 2 months ago

Cannot find name 'User'.ts(2304)

User component is not exposed

image

Even for import { LinkedInLoginButton } from 'react-social-login-buttons'

I had to separately installed 'react-social-login-buttons' which is not documented

cuongdevjs commented 2 months ago

You need to create your own User.tsx file.