kristw edited a comment on issue #7058: Black screen on sankey and heatmaps URL: https://github.com/apache/incubator-superset/issues/7058#issuecomment-481579624 One short-term remedy is to point to the `lib` output instead of using default `esm`. For example ```js import CalendarChartPlugin from '../../../../superset-ui-legacy-plugin-chart-calendar/lib'; ``` instead of ```js import CalendarChartPlugin from '../../../../superset-ui-legacy-plugin-chart-calendar'; ``` I may drop the `module` fields in `package.json` of the legacy packages to make `import` points to `lib` by default.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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]
