You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Header.js file router is not present so that the history object will also be not present.
A very simple solution is to import react-router-dom and then use withRouter HOC at the time of export.
I am unable to get history object and modify Logout feature , i had used below method on Button click:
![image](https://user-images.githubusercontent.com/61739801/76748107-3338a500-67a0-11ea-9408-e95a255f5028.png)
The text was updated successfully, but these errors were encountered: