'anchor' does not exist in Tooltip
See original GitHub issue🐛 Bug Report
Typescript reports that the anchor
prop does not exist on Tooltip.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For anchor
to be a correct prop for Tooltip.
Link to runnable example or repository (highly encouraged)
UI Kitten and Eva version
Package | Version |
---|---|
@eva-design/eva | 5.0.0-alpha.1 |
@ui-kitten/components | 5.0.0-alpha.1 |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8
Top Results From Across the Web
Tooltip does not display when anchor is out of normal flow
When the mouve hovers these anchors, a tooltip displays and moves with the mouse ... If new .trigger are created, they won't have...
Read more >ARIA: tooltip role - Accessibility - MDN Web Docs - Mozilla
A tooltip is a contextual text bubble that displays a description for an element that appears on pointer hover or keyboard focus.
Read more >Tooltips · Bootstrap v5.0
Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 for animations and data-bs-attributes for local title ...
Read more >How to create your own Angular Tooltip Directive - Accesto
Last but not least - because you may want to learn how to build angular structural directives, and although there may be some...
Read more >Tooltips - Material Design
If the user clicks outside the contents of the tooltip, the tooltip will be hidden. It is recommended that persistent rich tooltips are...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Agreed. There’re lots of ts issues I realized myself in a real-world application. Will be solved in alpha.2 Thanks for reporting 👍
I think for now, it’d be best if you included it in your documentation so other won’t run into this problem as long as you are still using utility-types.