I am building an embedded React app for Shopify.
I am trying to perform the seemingly simple task of navigating from one page to another.
For example, I would like to display a link on index.js that takes the user to newpage.js.
I have tried using Shopify's <Link>
component (see https://polaris.shopify.com/components/navigation/link#navigation). However, when I click on the page I am presented with the following error:
Expected a valid shop query parameter
Any ideas?