We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
<CatalogTile description={ <div> <a href="www.google.com">Does not work</a> </div> } />
Workaround is to also pass href="#" prop
href="#"
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Sorry, something went wrong.
No branches or pull requests
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="#"
propThe text was updated successfully, but these errors were encountered: