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
"@blueprintjs/core": "^4.13.0" "@blueprintjs/icons": "^4.11.0" "@blueprintjs/popover2": "^1.10.2"
Any browser, any OS
https://fi6jkt.csb.app/
Please ignore the styling issues
IconName
icon="[object Object]" attribute is present in the DOM
icon="[object Object]"
The attribute not to be present
Avoid stringifying when the icon is a custom element as the type definition allows it.
(property) icon?: BlueprintIcons_16Id | MaybeElement
The text was updated successfully, but these errors were encountered:
adidahiya
Successfully merging a pull request may close this issue.
Environment
Any browser, any OS
Code Sandbox
https://fi6jkt.csb.app/
Steps to reproduce
IconName
iconActual behavior
icon="[object Object]"
attribute is present in the DOMExpected behavior
The attribute not to be present
Possible solution
Avoid stringifying when the icon is a custom element as the type definition allows it.
The text was updated successfully, but these errors were encountered: