S-page breadcrumb-actions slot only renders first link when multiple provided

I’m using Polaris Web Components in an embedded app and trying to add multiple breadcrumbs on s-page.

According to the the docs, multiple s-link elements can be added to the breadcrumb-actions slot:

  <s-page heading="Edit Product">
    <s-link slot="breadcrumb-actions" href="/products">Products</s-link>
    <s-link slot="breadcrumb-actions" href="/products/123">Acme Widget</s-link>
  </s-page>

However, when I implement this pattern, only the first breadcrumb link is rendered.

Environment:

  • @shopify/shopify-app-react-router: 1.1.0
  • @shopify/cli: 3.88.1
  • React Router 7.9.3