use-react-context-for-state-management icon indicating copy to clipboard operation
use-react-context-for-state-management copied to clipboard

Fix issue: Crashing when logging out

Open ahmedam55 opened this issue 5 years ago • 0 comments

Remove onLogin={this.handleLogin} from <Login/>, as you get it from context and primarily because it was crashing the app when you logout.

ahmedam55 avatar Mar 07 '19 06:03 ahmedam55