YousufFFFF commented on code in PR #37244:
URL: https://github.com/apache/superset/pull/37244#discussion_r2720690199


##########
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:
   Good point! 
   I agree👍We only need getSafeCellSize here. I’ll switch this to an explicit 
named export (export { getSafeCellSize }) to keep the surface minimal and safer 
for future changes. Will push a quick update.



-- 
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]

Reply via email to