Hi all! I’m working with slots for a guide view of upcoming programs for a radio station. My current set up is like this:
- A radio program component, containing of a thumbnail, a title, an icon and a meta slot. In this meta slot we can change radio DJ, time stamp, add dividers or broadcasters.
- This component is added as an instance in a slot container. We’ve made the container a slot, because for some radio stations it’s nice to have up to 6 upcoming shows, but some have less or more.
The problem is: whenever I add the slot tot the container, it resets my program instance to the old component without the meta slot, which isn’t in use anymore and has been deleted. It keeps saying it’s connected to my component library, when I click ‘view main’ it does contain the meta slot. But the instance is always without it. When I remove the slot container, the meta slot returns.
I find this behavior pretty strange and I don’t get why I can’t have both?



I keep updating, changing manually, but whenever i’m working on something else and I update my library… boom: my component is reset and my slot is deleted from my program component. It does not state ‘missing variant’ or conflicting or something like that. And again, when clicking on ‘view main component’ the meta slot is in fact there….
