Bug: Ui-title-bar not stopped rendering buttons or links

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>

@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

moving this up again

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.

It’s outside the s-page, but still not showing. I think when an s-page is present, App Bridge ignores it

1 Like

@uurcank good catch! Ok the fix should be deployed in a few minutes