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

fix infinite loop in useEffect and add empty cart

Open mattpauls opened this issue 2 years ago • 0 comments

Pass an empty array to useEffect() so it only cleans up once (mount and unmount). Addresses #4 Also add "empty cart" to address #5. Should've created a new branch to separate these, still learning git :)

mattpauls avatar Feb 19 '23 21:02 mattpauls