Popper throwing error on Chakra Tooltip hover
See original GitHub issueBug 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
Issue Analytics
- State:
- Created 3 years ago
- Reactions:15
- Comments:11 (2 by maintainers)
Top 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 >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
I just pushed a fix for this @ChasinHues. The error was from our custom
react-popper
implementation.@segunadebayo Thanks for getting this fix in! 😄 when are you expecting to release this?