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: