divanov11 / proshop_django

407 stars 430 forks source link

Having Trouble With React Router DOM #27

Closed bhavdeep-saragadam closed 2 years ago

bhavdeep-saragadam commented 2 years ago

It shows a blank screen

image
Rhys-Alexander commented 2 years ago

I believe you've entered 'pathname' where you should have entered the pathname of the directory you need to refer to.

mushfiqur-rahman commented 2 years ago

Well I was facing same issue and solve it. Though I am using react-router-dom@6

So I had to modify app.js and index.js like below

Index.js

image

and app.js

image

Hope this will work for anyone if they are using react-router-dom@6