New Polaris component not rendering on Order Status page

Context:

I’m currently in the process of upgrading API version to >2025-10 and migrating over to the new Polaris components for checkout UI extensions and I ran into an issue.

I’m able to use the <s-chip> component in the checkout and thank you page targets just fine, but the order status page targets are unable to render this component. I get a error log in the console: No component found for remote element: s-chip

I’m able to closely imitate the chip component with <s-box>, <s-stack direction=’inline’>, <s-icon>, and <s-text>. These all render fine in the order status page, but just seems weird that the Chip component doesn’t work.

Question:

Is this intended, or an oversight, or are the web components still being updated for support in pages like the order status?

Not all components are available across checkout and accounts. Have you checked the docs?

Thanks for the reply.

Yes, I did know that they listed supported components on the target page, but it only listed 7 supported components, while all the components I used to imitate the chip (<s-box>, <s-stack>, <s-icon>, and <s-text>) all rendered fine.

Finding components that worked that weren’t on the list is what prompted me to ask about this. I just don’t see anywhere listing that these components work for the order status page, but the chip doesn’t.

1 Like

Sorry I’m not sure I’m understanding your issue here then? s-chip isn’t available in Customer Accounts with web components.

Sorry if I wasn’t clear.

I guess, my question is: why are Box, Stack, Icon, and Text supported yet unlisted, but Chip is not? Just seems inconsistent, unless I’m missing something.

1 Like

Hey,

Thanks for reporting this!

s-chip should now be available for you to use in Customer Account UI extensions! :slight_smile:

1 Like

Awesome! Thank you.

Glad I reported this.