Hi mahendran,
In the destroy function of your component do you have the following line?
UIComponent.prototype.destroy.apply(this, arguments);
UIComponent is declared at sap.ui.core.UIComponent.
Hi mahendran,
In the destroy function of your component do you have the following line?
UIComponent.prototype.destroy.apply(this, arguments);
UIComponent is declared at sap.ui.core.UIComponent.