With the release of Bootstrap 4.3.1, PopConfirm stopped working. Whenever a PopConfirm instance is triggered, the buttons do not appear:
I recreated the issue here: https://www.codeply.com/go/2BWcRgi8mc I'm using the following dependencies and updated versions, loading them in the following order:
- Bootstrap CSS 4.3.1
- jQuery 3.3.1
- popper.js 1.14.7
- Bootstrap 4.3.1
- PopConfirm 0.4.5
When I revert back to Boostratp 4.2.1, the buttons show up just fine:
PopConfirm issue: https://github.com/Ifnot/PopConfirm/issues/41