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.
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.