ClientLibs loaded twice on the Page
Hi Team,
I have scenario for clientlibs loaded twice on the page
On Template Level :
Example :
categories = [Category1]
dependencies = [category2,category3]
On Component :
categories = [Category4]
dependencies = [category2]
While on page load, I see dependencies are loaded twice using domain abc.com but loaded only once on author and publisher instance which is really strange.
Thanks

