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?
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.
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.