Due to the component preventing default from happening (unless href is set) [https://github.com/patternfly/patternfly-react/blob/5b472303da22cb9c67e9977b3933f6576c27ac01/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx#L60](https://github.com/patternfly/patternfly-react/blob/5b472303da22cb9c67e9977b3933f6576c27ac01/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx#L60) ``` <CatalogTile description={ <div> <a href="www.google.com">Does not work</a> </div> } /> ``` Workaround is to also pass `href="#"` prop --- **Jira Issue:** [PF-2021](https://redhat.atlassian.net/browse/PF-2021)
Due to the component preventing default from happening (unless href is set)
https://github.com/patternfly/patternfly-react/blob/5b472303da22cb9c67e9977b3933f6576c27ac01/packages/react-catalog-view-extension/src/components/CatalogTile/CatalogTile.tsx#L60
Workaround is to also pass
href="#"propJira Issue: PF-2021