Tooltip types broken
See original GitHub issue🐛 Bug report
Current Behavior
The components Tooltip
and TooltipPopup
are of type any
Expected behavior
They should be typed as a component
Reproducible example
Suggested solution(s)
The .d.ts file contains import("../../utils/src")
, this folder doesn’t exist. Changing to import("../../utils")
fixed the issue locally.
Additional context
Your environment
Software | Name(s) | Version |
---|---|---|
Reach Package | tooltip | 0.11.0 |
React | ^16.13.1 | |
Browser | n/a | |
Assistive tech | n/a | |
Node | 14.8.0 | |
npm/yarn | yarn | 1.22.4 |
Operating System | ubuntu | 20.04 |
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Tooltips can get broken - Material Design for Bootstrap
Tooltips sometimes stop showing up on hover, especially when frequently hovering and unhovering, but also during normal usage.
Read more >Bootstrap tooltips not working - Stack Overflow
So if I've got a page of links of Item Type A, then I have a list of item a-1, item a-2, item...
Read more >Tooltip's arrow sample is broken since 4.1.2 #16408 - GitHub
Tooltip's arrow sample below is broken since 4.1.2. Arrow position will get shifted as soon as it gets rendered.
Read more >'Tooltips' Broken [#1605382] | Drupal.org
The tooltip text filter works, but it can break the tooltip. I changed it to one of my other text filters that had...
Read more >To solve broken image and tooltip problems in IIS - OlapChart
This article explains the topic, How to solve “broken image problem in OlapChart” and “Tooltip problem in OlapGrid” when a sample is hosted...
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
a8ef829 was the one. I simplified the build from v0.10 and in the process consolidated the TS configs, and I forgot to make sure path aliases didn’t make it into the build config. Build still passed locally and in CI because the
../../src
path resolved, but not so in the published packages. Would love to update CI to catch that, but I didn’t have time to explore too much. Just wanted to get a fix out quickly!Should be fixed in 0.11.2. Let me know if there are any issues here!