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.

Popover console warnings

See original GitHub issue

When using the popover component and hovering the mouse, the console displays the following error:

[Vue warn]: Error in beforeDestroy hook: "TypeError: this.$data._trigger.className.replace is not a function" found in ---> <BPopover>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mosinvecommented, Jul 24, 2017

is this condition performs as null/undef check if (this.$data._tether && !this.showState) { ah… it;s a _tether,not _trigger, so it needs a _trigger undef check

0reactions
tmorehousecommented, Jul 24, 2017

If for some reason the default slot content changes (or gets emptied) before destroyTether() gets called, then, thi.$data._trigger could be null/undefined, or the element may not exist.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooltip gives me console errors · Issue #6017 · react-bootstrap ...
I'm using react-bootstrap 1.6.1 with the Tooltip component. It is functional, however, ... fix: avoid @popperjs/core console warning #6021.
Read more >
Bootstrap popover not working with no error - Stack Overflow
I have checked the console and it doesn't seem to show any errors. I have no idea what is wrong. Here is my...
Read more >
Popovers - Bootstrap
Documentation and examples for adding Bootstrap popovers, like those found in iOS, to any element on your site.
Read more >
Overlays | React-Bootstrap
Overlays consist of at least two elements, the "overlay", the element to be positioned, as well as a "target", the element the overlay...
Read more >
How to Create Popovers with Bootstrap 5 - Tutorial Republic
Learn how to use Bootstrap popover plugin to create iPad like small overlay of content to provide secondary information to the user on...
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