JustinGuruTech / todo-react-firebase

Todo web-app made using react, firebase, and materialUI.
0 stars 1 forks source link

Fix state update after unmount in SignUp and Login #19

Closed TheDizruptor closed 4 years ago

TheDizruptor commented 4 years ago

For some reason, it seems the functions that are passed into SignUp and Login (handleSignInOpen, handleSignUpOpen) are causing problems when the user is authenticated and Home is unmounted. Will dig deeper into this later.

TheDizruptor commented 4 years ago

Fixed this with the changes to authData awaiting getCurrentUserFirstLastName().