There was an error while loading. Please reload this page.
1 parent fbad287 commit 109b97bCopy full SHA for 109b97b
lib/CaptureClicks.js
@@ -10,7 +10,7 @@ var omit = require('object.omit');
10
var PROP_TYPES = {
11
component: React.PropTypes.oneOfType([
12
React.PropTypes.string,
13
- React.PropTypes.func,
+ React.PropTypes.func
14
]).isRequired,
15
environment: React.PropTypes.object,
16
gotoURL: React.PropTypes.func
0 commit comments