mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
dde670fd36
* Reapply Check for event listener in props instead of bank (#8192) This reverts the previous revert. * Don't throw on falsy event listeners Some code relies on passing null. This restores the earlier behavior.