You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @sdn90 for catching this. Currently our setup is a bit unusual—active development is happening on an internal repo in the short term. I’ve verified this and created an issue on that repo. You should see a fix land in the next release. Until then I’ll keep you posted!
Issue summary
Clicking on ResourceList.Item doesn't change the URL.
Expected behavior
Clicking on ResourceList.Item should go to the
url
propActual behavior
Nothing
Specifications
This is where it is in the code:
https://github.com/Shopify/polaris/blob/master/src/components/ResourceList/Item.tsx#L188-L193
Looks like
containerMarkup
needs to be added as a child ofUnstyledLink
The text was updated successfully, but these errors were encountered: