I set crossTab as 'true' but it did not work until I added 'syncTimers' property
useIdleTimer({ onIdle, timeout: 1 * 60 * 1000, crossTab: true, throttle: 1000, syncTimers: 200,
});