Open mikethejet opened 4 years ago
I have the same issue...
Same issue I'm using autoLoad as workaround
I'm having same issue, Does anyone figured out, what the problem is?
Hello ! This is my solution :
const btn = document.getElementsByClassName('kep-login-facebook');
btn[0].click();
Hi if i trying to trigger onClick event on react-facebook-login its not working any idea?
Calling in componentDidMount()
Initiaded as: in constructor :
Display: "click na fb login" in console but window for facebook login /not open. .