You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"react-hooks/rules-of-hooks": "error", // Controlla le regole degli Hooks
"react-hooks/exhaustive-deps": "warn" //Controlla le dipendenze dell'effect..attenzione perche non accetta [] come secondo parametro useEffect(per renderlo uguale a componentDidMount)