Javascript – Why am I getting a server side rendering error when I specifically set component to be rendered on client
I have a component that is supposed to be rendered on client side but I get an error in the terminal stating that it cannot read localStorage because it is undefined and that happens because the app is trying to…