DamianPendrak commented on code in PR #37244:
URL: https://github.com/apache/superset/pull/37244#discussion_r2720646211
##########
superset-frontend/plugins/legacy-preset-chart-deckgl/src/layers/Contour/index.ts:
##########
@@ -51,3 +50,5 @@ export default class ContourChartPlugin extends ChartPlugin {
});
}
}
+
+export * from './getSafeCellSize';
Review Comment:
Do we need to re-export everything from this file? If we only need specific
exports, I'd suggest making them explicit (e.g., `export { getSafeCellSize }
from './getSafeCellSize'`). It would make it clearer and safer for future
changes
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]