kristw commented on issue #6367: [bugfix] EventFlow does not display URL: https://github.com/apache/incubator-superset/pull/6367#issuecomment-437722197 Thank you for reporting the bug, but it would be better to fix to address the underlying issue why `loadTransformProps`, which provides lazy-loading of the same function, does not work correctly. Could you try to change how `SuperChart` handle `transformProps` coming back from lazy-loading on line 87 in `SuperChart.jsx`? ```js const transformProps = loaded.transformProps.default || loaded.transformProps; ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
