You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/11/12 00:51:58 UTC

[GitHub] kristw commented on issue #6367: [bugfix] EventFlow does not display

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org