You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Run the App Locally
Open Chrome Inspector
See that "Fetching Products..." is being printed infinitely
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
Fetch.Infinite.Loop.mov
Deliverables