Skip to content

Developer3027/NutraSite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Google is just spinning, blank popup

After switching from class to functional components, found the google log in would not work. Clicking the button would open the pop up but would not go anywhere. I found that in the form tag, I did the typical onSubmit={} and passed handleSubmit. However I placed it in a function like in the example;

<form onSubmit={()=> handleSubmit}>

Once I removed the function and just set the handleSubmit, It worked just fine. Like this example.

<form onSubmit={handleSubmit}>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors