Greetings,
I am trying to configure the Polaris ResourceList component in React. I wish to link items in the resourceList so that they will open a “page” for that item in another part of the app. I know that my overall structure is ok, because I can enter (for url) “https:/www.example.com” OR “javascript(colon) console.log(‘tap’)” … but all my attempts to form a valid link have failed miserably. I am using CLI 2.19.0. I suspect there is some magic I am missing.
The links would be going into
shortcutActions={[{ content: ‘text’, url: “url-text” }]}
or
url={“url-text”}
Thanks! jb