I'm using Next.js with Polaris (from following their guide here). Using Link
component imported from either Polaris or Next.js is not updating the url in the embedded app.
While the url path doesn't change, the view does change correctly (i.e. the component for the new path does render). Same result with breadcrumbs and url
prop for ResourceList
.
Is this expected behavior?