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
Describe the bug We recently introduces tooltip with array by default and now the arrow position is broken everywhere.
How to reproduce Steps to reproduce the behavior:
Expected behavior Arrow is position correctly or it's not there at all.
Screenshots
Additional context For now we can just bring back hasArrow = false in Tooltip component.
hasArrow = false
Tooltip
The text was updated successfully, but these errors were encountered:
Original issue here - #12860
Sorry, something went wrong.
No branches or pull requests
Describe the bug
We recently introduces tooltip with array by default and now the arrow position is broken everywhere.
How to reproduce
Steps to reproduce the behavior:
Expected behavior
Arrow is position correctly or it's not there at all.
Screenshots
![Screenshot 2024-06-18 at 10 38 01 AM](https://private-user-images.githubusercontent.com/66002635/340604375-06f58e67-cd13-4976-aed4-b95552d96f5d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODkwMzMsIm5iZiI6MTczOTI4ODczMywicGF0aCI6Ii82NjAwMjYzNS8zNDA2MDQzNzUtMDZmNThlNjctY2QxMy00OTc2LWFlZDQtYjk1NTUyZDk2ZjVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE1NDUzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllM2RjODljOWUwYmY3NzU2M2MwMTE1ZGI1ZTk1Y2Y4ZGQ4MzNjMjVjYzE1MWQ2ODk3OGU1MDdkMzg3ZWIwOTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.AWmpTG5EepJl4AokTBX_t-VIgX1n1SZSkuxY8EHHOm8)
Additional context
For now we can just bring back
hasArrow = false
inTooltip
component.The text was updated successfully, but these errors were encountered: