uurcank
September 9, 2025, 4:35pm
1
as of this morning ui-title-bar not no longer rendering any buttons or links
<ui-title-bar>
<section label="More actions">
<button onclick="console.log('Secondary Action 1')">
Secondary Action 1
</button>
<button onclick="console.log('Secondary Action 2')">
Secondary Action 2
</button>
</section>
</ui-title-bar>
uurcank
September 9, 2025, 7:34pm
2
@Liam-Shopify just a heads up, this is happening when app brigde and polaris web components are being used together
<script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>
<script src="https://cdn.shopify.com/shopifycloud/app-bridge-ui-experimental.js"></script>
1 Like
Fio
September 10, 2025, 12:36am
4
Hey @uurcank We have a fix coming for this. This happens when nesting the ui-title-bar in the s-page. If you move it out from the s-page it should work again.
uurcank
September 10, 2025, 1:14am
5
It’s outside the s-page
, but still not showing. I think when an s-page
is present, App Bridge ignores it
1 Like
Fio
September 10, 2025, 1:01pm
6
@uurcank good catch! Ok the fix should be deployed in a few minutes