mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
0c9c591bfb
* Do not bind topLevelType to dispatch A previous change made it such that all top level event types correspond to their associated native event string values. This commit eliminates the .bind attached to dispatch and fixes a related flow type. * Add note about why casting event.type to a topLevelType is safe * Move interactiveUpdates comment to point of assignment