When I display the plugin of webinar_app with kibana 6.0.0 and select any visualize,
the selected Visualize is displayed on the screen, but the following error is output to the browser console.
C:\app\nodejs\6.0.0\kibana\node_modules\angular\angular.js:14642 TypeError: $event.stopPropagation is not a function
at http://localhost:5601/lty/bundles/webinar_app.bundle.js?v=8467:293489:15
at Scope.$broadcast (http://localhost:5601/lty/bundles/commons.bundle.js?v=8467:41768:29)
at Object._callee$ (http://localhost:5601/lty/bundles/webinar_app.bundle.js?v=8467:185174:31)
at tryCatch (http://localhost:5601/lty/bundles/commons.bundle.js?v=8467:66546:41)
at Generator.invoke [as _invoke] (http://localhost:5601/lty/bundles/commons.bundle.js?v=8467:66780:23)
at Generator.prototype.(anonymous function) [as next] (http://localhost:5601/lty/bundles/commons.bundle.js?v=8467:66598:22)
at step (http://localhost:5601/lty/bundles/webinar_app.bundle.js?v=8467:184973:192)
at http://localhost:5601/lty/bundles/webinar_app.bundle.js?v=8467:184973:438
at new Promise (<anonymous>)
at Object.<anonymous> (http://localhost:5601/lty/bundles/webinar_app.bundle.js?v=8467:184973:100)
Could you solve this error with the next minor version upgrade etc?
Thank you.