Hi I have a main page called FeaturedProduct.js which lists all the products fetch from the API https://fakestoreapi.com.
I trying to set up react router dom version (6) whereby user click on any of the product will open up that single product through Product.js but the error - No routes matched location "/products/6".
This is my code: https://codesandbox.io/s/magical-smoke-r7yik9?file=/src/App.js
The FeaturedProduct.js work ok
// I try to key in the url manually into the browser i.e. localhost:8888/products/1 but it is blank too