We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050211d commit b37c1afCopy full SHA for b37c1af
packages/react-native-renderer/src/ReactNativeBridgeEventPlugin.js
@@ -199,7 +199,6 @@ const ReactNativeBridgeEventPlugin = {
199
const bubbleDispatchConfig = customBubblingEventTypes[topLevelType];
200
const directDispatchConfig = customDirectEventTypes[topLevelType];
201
let customEventConfig = null;
202
- console.log('what is CustomEvent?', CustomEvent);
203
if (nativeEvent instanceof CustomEvent) {
204
// $FlowFixMe
205
if (topLevelType.indexOf('on') !== 0) {
0 commit comments