Javascript – Vite + React: My post route is hitting multiple times within a useEffect
I am implementing the spotify api into my app however as shown in the picture below the post route gets hit 2-4 times and consstantly overwrites all the data leading to errors. Repo(in case you need it): https://github.com/kankanrr/post-route post route…