mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
* 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.