Component Changes are getting rolled out even after cancelling the inheritance for OTB Tab & Accordian Component
I have created two components one is extending core/wcm/components/tabs/v1/tabs & another one is extending core/wcm/components/accordion/v1/accordion. And in these two components i have added a simple composite multifield containing two fields CTA Label & CTA Link by myself. Now when i author these components on my master copy and roll out then changes gets rolled out on my live copy pages. But when i cancel the inheritance on live copy pages and do some custom modification in comp mutlifields for these two components and then rollout from master page then these changes are getting overridden even though i have cancelled the inheritance. And this problems happens only for composite multifield, no other fields are causing this issue. Do note this problem doesn’t occur for normal components with composite multifields which are not extending the OTB core component.
Read few articles and found out its indeed an issue in OTB core container components.
Any solution to this?