Checkout UI Extension migration 2025-07 → 2025-10: MapPopover component missing

Hi,

I’m trying to migrate our Checkout UI Extension from API version 2025-07 to 2025-10 and I’ve run into a blocking issue.

In version 2025-10, I can no longer find the MapPopover component:

This component was essential for preserving the existing UX of our app, and without it I’m unable to replicate the previous checkout behavior.

Could you please clarify:

  • Was MapPopover intentionally removed?

  • Is there an official replacement or a recommended pattern to achieve the same behavior in 2025-10?

  • Is there any plan to reintroduce this component in a future API version?

Any guidance would be appreciated, as this currently blocks our migration.

Thanks in advance!

I haven’t tried this, but could you do the following:

<s-popover>
  <s-map></s-map>
</s-popover>

s-popover
s-map

Hey @sebastian.pisula :waving_hand:, you can use the Popover component in place of MapPopover. In general, if you’re ever wondering about a component that you don’t see in the docs, you can check this table in the docs to see whether it’s been replaced, or removed.