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.

Popper throwing error on Chakra Tooltip hover

See original GitHub issue

Bug report

Describe the bug

When hovering over a Tooltip, a popper error appears in console:

Popper: Invalid reference or popper argument provided. They must be either a DOM element or virtual element.

Minimal reproduction

https://codesandbox.io/s/eager-stonebraker-nbxjw?file=/src/App.tsx

Screenshots

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:15
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

11reactions
segunadebayocommented, Nov 2, 2020

I just pushed a fix for this @ChasinHues. The error was from our custom react-popper implementation.

9reactions
joaovianacommented, Nov 6, 2020

@segunadebayo Thanks for getting this fix in! 😄 when are you expecting to release this?

Read more comments on GitHub >

github_iconTop Results From Across the Web

material-ui Tooltip throws an error on hover - Stack Overflow
We had a similar problem and eventually tracked it down to conflicting dependencies (one from Storybook, one from MaterialUI) which ...
Read more >
Tooltip - Chakra UI
If the children of the tooltip is a focusable element, the tooltip will show when you focus or hover on the element, and...
Read more >
@mui/system | Yarn - Package Manager
CSS utilities for rapidly laying out custom designs. Installation. Install the package in your project directory with: // with npm npm install @mui/system...
Read more >
Popover Won't Stay In Place When Scrolling - ADocLib
300 } fn.tooltip throw new Error'Popover requires tooltip.js'. 488. WebUI Popover is a powerful yet easy jQuery plugin used to extend the Bootstrap...
Read more >
React Hook Form × Chakra UIで作るEFOを考慮したフォーム
cloneElement=function(e,t,n){if(null==e)throw Error(p(267,e));var a=r({},e.props),i=e.key,l=e.ref,u=e._owner;if(null!=t){if(void ...
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