// extraClientlibs property behavior issue.
I have two component. Let say component1 added with extraClientLibs clientlibs1 and component2 added with extraClientLibs clientlibs2.
Now in the same page add component1 and component2.
1. Edit component1 -> only clientlibs1 is loaded
2. Edit component2 -> Both clientlibs1 & clientlibs2 loaded [Without refreshing the page open the component2 after the compoent one]