Hi there,
I’m currently developing a subscription app. In the storefront, our merchants need to add two full-page extensions: one to list all subscriptions and another to display the details of each subscription. On the “All Subscriptions” page, each subscription has a “View Details” button that links to the corresponding detail page.
To improve the user experience, I’d like to merge these two extensions into a single one. However, I’m unable to access the window
or document
objects, and setting up React Router within a full-page extension isn’t possible. Is there any workaround or solution that could help with this limitation?
Thank you for your attention!