Hi,
I have a custom component shared between apps with a coded component inside.
The script part of the coded component seems to be working fine across apps. I also have a simple snippet in HTML content, though (a tag with some custom styling), and this only gets applied within the app where the component is defined, but gets ignored in the other apps.
The same code placed in a local coded component works as expected.