cq:isCancelledForChildren is not being set for panel container components while cancelling the inheritance
I have created a custom component in my AEM as cloud which extends OTB Tab component and OTB Tab component extends the OTB Panel Container Component. And In this custom component i have added composite multifield field, now whenever i cancel the inheritance on live copy then ideally it should set cq:isCancelledForChildren as true , but it doesn’t, resulting in overriding the manual changes done in this composite multifield on live copy. Do note this property gets set for normal components which are not extending OTB Tab or Accordian components. I believe this has something to do with cq:isContainer true property on panel container component. But i tried setting this as false and it doesnt work. Read few articles and found out that deepCancel on edit config helps to set this property but this also did not worked for me.
Any solution to this?