преобразовать компонент willunMount в использование

useEffect(() => {
  return () => {
    // code to run when the component is unmounted
  }
})
Vast Vulture