Hey there,
Short version: Component with a slot, component is used in a frame, ready for dev state is set, later it doesn't reset when the slot content is changed.
Longer version
I was using slots to create template for an application page, so I only need to fill the content area (represented by a slot) for each page I design for this application.
When I first use an instance of my master page component and fill the slot with some content the ready for dev state is changed to not ready, when it was ready before. This is the correct behaviour, BUT when I then change the content within the slot, the ready for dev state is not removed and it is still ready for dev although I made changes within the slot.
Does anyone have the same issue, is it a bug or the wanted behaviour?
