facing the console issue

Hi All ,

I am facing this console issue . In the js file This is getting called . But handler is not getting called.

WARN org.sablo.websocket.WebsocketEndpoint - Warning: Access to component Context_Menu_DataControl property onActionMethodID denied (visible). Warning was caused by: Access to component ng$datacontrol property null denied (visible)

Please provide suggestions.

this is a security feature, your component “Context_Menu_DataControl” has an onActionMethodID handler
But that is called when the component is not visible, that is not allowed. So you need to look why is it not visible? Because it seems to be a bit nested