Hi, I’m not sure if something is wrong in my setup, or it’s a shareable component issue, but I’ve encountered some problems with component sizing.
Here you can see a shareable component, and below the same component after detaching it from its parent. The detached component is sized correctly, but the exact same setup inside a shareable component seems to render a container that isn’t taking the entire available width.
Creating a component from the detached container fixes the issue but means having to replace all component instances.
Any ideas on how to fix this without having to detach the component?