Hey folks!
We’ve been building off of the UNIFIED/web components api_version 2025-10 for a post purchase option admin ui extension. It was working fine about 3-4 weeks back and we had finished most of the implementation.
Starting around 1-1.5 weeks ago, the api_version 2025-10 disappeared, and we got an error on the latest Shopify CLI that it should be either “latest” or “unstable”. Around the same time, an error now appears when trying to access our custom UI on the edit product page. When we try to open a previously created purchase option (which would load our custom UI) it now throws an error in the browser console:
Uncaught (in promise) Error: [TARGET MISMATCH] The target in shopify.extension.toml ‘admin.product-purchase-option.action.render’ does not match any targets specified in the extension module:
[]
We’ve tried switching to unstable, and combed through as much of the GH changelogs, issues, PR’s, updating the CLI and everything else we can think of - but the UI we had developed and had working with the new unified components no longer loads all of a sudden.
Does anyone know if there has been any changes to allowing development using the UNIFIED lib/preact - and if there’s a way to continue to do so at the moment?
Cheers,