Usar Efectecect Cambios en la matriz no funcionando

useEffect(() => {
  console.log('Something happened')
}, [JSON.stringify(data)]); // Changes will be caught :) !
Cute Corncrake