react-ecommerce icon indicating copy to clipboard operation
react-ecommerce copied to clipboard

Product Fetch is Causing Infinite Loop

Open sbmsr opened this issue 3 years ago • 0 comments

Description

We are having issues with the product fetching in ProductTable.jsx. For some reason, useEffect is infinitely fetching new products. Can you read the effect hook documentation to help us fix this bug?

How To Reproduce

  1. Run the App Locally
  2. Open Chrome Inspector
  3. See that "Fetching Products..." is being printed infinitely

https://user-images.githubusercontent.com/2349518/166159003-f6a670ba-b8b9-49d6-a98b-ddc29fd0a52d.mov

Deliverables

  • [ ] Fix the effect hook to stop infinite loop

sbmsr avatar May 01 '22 18:05 sbmsr