Reactjs – useEffect: with array of independences 'full' I get same name repeated
I'm learning the useEffect; I'm running into an exercise with a non-empty independency array since I'm passing the index of the array. The problem is that I get same name repeated. This is my code and below is the result.…