Introduced by https://github.com/rstudio/bslib/pull/749 (via https://github.com/twbs/bootstrap/pull/37235). With that recent change, a JS error occurs when a tooltip/popover is hidden ```r tooltip("Hover me", "Tooltip message") ``` ``` Uncaught Error: Failed to find the popover's DOM element. Please report this bug. ```