use-safe-callback

โ˜… 12 Open GitHub โ†—

Wrap a function to ensure you never call it if a component is unmounted, useful to avoid cases where an async code could finish after a component has unmounted and it tries to update a state

// repository documentation