I use below custom hook for listening to window unload event.
import { useRef, useEffect } from \'react\'; const useUnload = fn => { const cb = u