UseEffect is not triggering – Reactjs
so i used useeffect in my project and for some reason it ain't working. anyone that knows if i did. it is specifically the useeffect that is not triggering. the Console.log("Hi") does trigger everywhere else outside of useeffect. const [openRequests,…