Changing the ID of the component is not reflected in the DOM (builder side).
So the component is well displayed on front but is not styled on the builder.
When checking HTML source, the component element has its original ID set, not the new one.
Happens on all my components.
Example :
I set the ID #cta to my CTA component.
In HTML source I see :
I strongly suggest that you style the component on the class level, not ID, because if you use multiple components on the same page, then you will have multiple of the same IDs, which is not allowed.
Some styles are not being applied in the builder. It works fine on the frontend, but you need to refresh the builder page to reflect the configured styles.
Perfect then. I’ll mark the topic as no-bug then. We will also improve this in the future release, so that using IDs with the component will not be possible.