We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecc7e5 commit f01246dCopy full SHA for f01246d
src/browser/eventPlugins/SimpleEventPlugin.js
@@ -312,8 +312,9 @@ var SimpleEventPlugin = {
312
var returnValue = EventPluginUtils.executeDispatch(event, listener, domID);
313
if (__DEV__) {
314
if (typeof returnValue === 'boolean') {
315
- var eventHandlerName = (listener.__reactBoundContext &&
316
- listener.__reactBoundContext.constructor.displayName) ||
+ var eventHandlerName =
+ (listener.__reactBoundContext &&
317
+ listener.__reactBoundContext.constructor.displayName) ||
318
'<<anonymous>>';
319
monitorCodeUse('react_event_return_false', {
320
eventHandlerName: eventHandlerName
0 commit comments