noderaider / redux-idle-monitor

A Redux component to schedule events at stages of user idleness across multiple browser tabs.
https://noderaider.github.io/redux-idle-monitor/
MIT License
105 stars 9 forks source link

Enable cross-tab support #25

Closed mikeLspohn closed 6 years ago

mikeLspohn commented 6 years ago

Are there any actions you have to take to enable cross-tab support? I have everything setup and it works in one tab fine, but opening a second tab they seem to not be aware of each other's events to reset the idle expiration. One will expire and the other is still inactive.

mikeLspohn commented 6 years ago

Actually, it seems to work fine now even though I didn't change anything. I would say this is safe to disregard.

cchamberlain commented 6 years ago

Thanks! Please reopen if you see any future weirdness!