dev in pain
WordPress Development

Popper v Bootstrap gotcha

I encountered a bit of a gotcha while working with Bootstrap and Popper recently. Although both javascript libraries were enqued, when I checked the consol I saw this: Uncaught TypeError: Bootstrap’s tooltips require Popper.js It turns out that the order of enqueuing matters. This works This does not The difference …

Skip to toolbar