kosich/react-rxjs-elements

React Concurrent support — how to test it?

Opened this issue · 0 comments

the v0.0.4 uses useMemo that seem to be incompatible with react concurrent mode

v0.0.5 switches back to useEffects.

Question: how to test concurrent mode compatibility in specs?