Reactjs – Error in an reacs app when I try to use getItem from localStorage
I created a react component, to login into an app. When I try to get the name from localStorage and use it to add it as a string to a login navbar I get an error. In My component is…