Reactjs – useEffect causing infinite loop with data population from DB
I am passing data from a db load query into my script, and having a useEffect to update the existing data. This is for some reason causing the UE to run infinitely. useEffect as follow, with it called by the…