Accessory slot in <s-page> is not rendering badge

Hi everyone,

I’m trying to use the accessory slot in the <s-page> component (App Bridge Web Components) to display a status badge next to the page heading, as shown in the official documentation.

However, the badge does not render when App Bridge is active, even though other slots like primary-action work correctly.

Based on the docs, this should render a badge next to the page heading:
<s-page heading="Edit Product">
<s-badge slot="accessory" tone="warning">Draft</s-badge>
</s-page>

i was expecting some like dev page example

dupe of Badge in title bar not working - #4 by Ricardo_Avalos