cdelacruzzin / ClotheStation

Welcome to the Clothestation! This is an e-commerce platform, which can be used in many ways. Here it is used as a Skating Clothes Apparel. We built this project to help any business to sell and display their project in a great and polished UI. This project is our first MERN Full Stack Application built from scratch.
https://urban-sk8-ef054e6c42c1.herokuapp.com/
MIT License
1 stars 1 forks source link

Cd/fixed single product page rendering bugs #81

Closed cdelacruzzin closed 12 months ago

cdelacruzzin commented 12 months ago

there was a bug where we get an error on the SinglePageProducts page. the errors come fter we first are redirected to the SingleProduct page, via clicking on a product on the product list.

1) once ur on the SingleProduct page AND reload the browser, we get an error. 2) once ur on the SingleProduct page AND search a different product on the params, we get an error. if we are on products/6527b126dc47c7dca7b549d5, and change the params' id to products/6527b126dc47c7dca7b549d4.

I wrote more detailed comments on what changes I made on SingleItem.jsx line 30-97