aohua / redux-state-sync

A lightweight middleware to sync your redux state across browser tabs
MIT License
233 stars 29 forks source link

Parent Tab Stops Working #173

Open Fosol opened 1 year ago

Fosol commented 1 year ago

After opening a new tab the parent tab will randomly stop detecting state changes that are made on the parent tab, but it will detect state changes made on the child tab.

Don't have time to create bare-bones app to replicate. We're using useEffect(...) hooks.