adrianhajdin / project_e_commerce

This is a code repository for the corresponding video tutorial. In this video, we're going to build a fully functional eCommerce application using commerce.js.
https://jsmastery.pro
1.87k stars 504 forks source link

Update Switch (React-router-Dom) #51

Open gladosn07 opened 2 years ago

gladosn07 commented 2 years ago

React router dom has been updated, replace switch as Routes

rjmead23 commented 2 years ago

I am having this same issue as I have react-router-dom version 6.2.2 installed.. Are you able to paste your version of App.js to show the changes you had to make from Switch to make this work. I tried just changing Switch to Routes, but that wasn't enough to make this work.

rjmead23 commented 2 years ago

Ended up changing the package.json file to "react-router-dom": "^5.2.3" and running npm install again instead of using version 6. This resolved my issue. I am now still using switch.