convertir les composants en train de faire un usage
useEffect(() => {
return () => {
// code to run when the component is unmounted
}
})
Vast Vulture
useEffect(() => {
return () => {
// code to run when the component is unmounted
}
})