React version: 0.0.0-experimental-[d7382b6c4](https://github.com/facebook/react/commits/d7382b6c43b63ce15ce091cf13db8cd1f3c4b7ae) I have a sandbox that adds the next integer to an array every time you move your mouse: https://codesandbox.io/s/compassionate-currying-nccok. Intermediate state updates get dropped, then come back later (eg: you would never expect it to render with [0, 2]):  My expectation is that these are all the same priority level and thus should get processed in order. Am I doing something wrong? cc @acdlite @gaearon