adobe / aem-core-wcm-components

Standardized components to build websites with AEM.
https://docs.adobe.com/content/help/en/experience-manager-core-components/using/introduction.html
Apache License 2.0
747 stars 753 forks source link

Tabs component: Multiple identical tabs.model.json calls when opening tabs dropdown #2878

Open AntonValadzko opened 1 month ago

AntonValadzko commented 1 month ago

Bug Report

Current Behavior When opening the tabs panel dropdown on Tabs component, there are 3 absolutely the same calls triggered (tabs.model.json):

image

Expected behavior/code Just a single call should be there.

Environment

Possible Solution Most probably there is no sense to call getItems method in the PanelContainer.js constructor, but I'm not 100% sure