bito-code-review[bot] commented on code in PR #42316:
URL: https://github.com/apache/superset/pull/42316#discussion_r3634733918


##########
superset-frontend/src/explore/components/useExploreAdditionalActionsMenu/index.tsx:
##########
@@ -292,6 +292,11 @@ export type UseExploreAdditionalActionsMenuReturn = [
   StreamingExportState,
 ];
 
+interface UseExploreAdditionalActionsMenuOptions {

Review Comment:
   <div>
   
   
   <div id="suggestion">
   <div id="issue"><b>Interface not exported</b></div>
   <div id="fix">
   
   The `UseExploreAdditionalActionsMenuOptions` interface is not exported, 
preventing external callers like `ExploreChartPanel` from properly typing their 
option objects. Add `export` before the interface declaration on line 295.
   </div>
   
   
   </div>
   
   
   
   
   <small><i>Code Review Run #038854</i></small>
   </div>
   
   ---
   Should Bito avoid suggestions like this for future reviews? (<a 
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
   - [ ] Yes, avoid them



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