Results 20 comments of Sid

As @Mahdi-Esbati mentioned, the error stems from map-events.ts and I believe this is the errant line: https://github.com/alex3165/react-mapbox-gl/commit/669bd387a900686a855a8a501c1bdc2600c8d03c#diff-d2e7ea38f9a45638da94987edfdc9ac3a96fbeebe504301bc0d9b9825989a63fR139 The check should be: `listeners[eventKey] && typeof currentProps[eventKey] === 'function'` The way i've...

@wtanna @JClackett I have identified the issue and I fixed it for the use cases I've had. The issue is in this line of code where the event handlers are...