ember-bootstrap
ember-bootstrap copied to clipboard
Popover throws the `Uncaught (in promise)` error when we use the hover trigger with the delay
Steps
- Use a popover with the following combination of parameters:
@delayShow={{some relatively large number e.g. 1000}} @triggerEvents="hover" - Hover over the triggering element and immediately leave before the popover is rendered
Expected result Nothing should happen
Actual result There is the
error in the console
Also experiencing this in BsTooltip. Looks like this fix will also fix this issue