mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
168da8d557
I changed the type of this functions returned value but forgot to change the check. It happens to work before anyway, because eventually the interleaved updates will get transferred at the beginning of the next render phase. But this is more logically consistent.