Reactjs – Redux subscribe seems to not be working and for that my header and footer are not displayed
I am working on a React application using Redux for state management. In my layout component, I am trying to display the header and the footer only if there is a user, but I am facing an issue where the…