question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chaancecommented, Sep 1, 2020

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!

1reaction
chaancecommented, Sep 1, 2020

Should be fixed in 0.11.2. Let me know if there are any issues here!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found