dillon1000/react
Commit
Browse files Add test for async event dispatching (#15300)
Verified that a variant of this test fails as follows when the
`context.withAsyncDispatching` function is excluded (i.e., reproduces the
issue).
Expected value to equal:
["press", "longpress", "longpresschange"]
Received:
["press", "longpress", "longpress", "longpresschange"]Changed paths1 file
First-parent comparisonpackages/react-dom/src/events/__tests__/DOMEventResponderSystem-test.internal.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…