im new to react and just getting used to changing between webpages using react-router. However whenever I install react-router using 'npx I react-router-dom' and then reload the webpage I get white bars at the edge of the page even though I haven't changed any code.
//Before react router install no bars
//After installing - white bars at edge
Thanks any help would be appreciated!