Reactjs – using redux in my react project, i save the token gotten from the user and trying to use it in other components/
I am using redux in a project, the issue is that am saving a token gotten from login of a user, but when i try to use it a component it returns null. i used console.log to verify that it…