You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, ReactTestUtils takes care of accumulating the dispatches when simulating synthetic events; this logic should be in the event plugin instead (so that mouseenter/mouseleave can work) – perhaps it's necessary to have logic in each event plugin for how to simulate events.
Right now, ReactTestUtils takes care of accumulating the dispatches when simulating synthetic events; this logic should be in the event plugin instead (so that mouseenter/mouseleave can work) – perhaps it's necessary to have logic in each event plugin for how to simulate events.
cf. #1297
The text was updated successfully, but these errors were encountered: