Here’s the situation:
I created a molecule component that includes my “icon button” component. (To clarify: the “icon button” is part of the first library file containing atom components, while my molecule is part of the second library containing molecules. Both libraries are connected to each other.)
I set preferred values for the icon button using all the icons available in my library. However, when I use an instance of my molecule (which includes the icon button), and I attempt to change the icon to another one from the preferred set, I’m also seeing icons from another library. This other library is disconnected, so I have no idea why these icons are showing up.
Any idea how to solve this?