I’ve got a nested component with boolean properties. If I make a new instance of the page using the component in the same file where I set everything up then I see the nested component’s properties:
However if I publish that file as a library and try to use that component in another file, I can’t see the properties for this nested card (though I can see other properties that I set for the frame’s highest level). Any ideas why?