Results 2 comments of JJ

What if Batcher itself was rendered whenever a selector was rendered. eg, treat it as if it depends on all selectors. Then it would automatically queue its useEffect, and you...

I see now that replaceState is called under other conditions that are not part of a render. This particular issue occurs because: 1. selectors are run during render 2. selectors...