I am currently learning all things Bootstrap 4 v4.4.1 and I've been stuck on a Dropdown Issue where it wouldn't function (ie not dropdown). I discovered after documentation and solved issue reading in various places this was a "popper" issue and I cut and paste the popper on the solved issue into my boilerplate
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"
and hey presto dropdown functions, brilliant!.
However replacing the above with (the latest popper?)
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.4.0/umd/popper.min.js" integrity="sha256-FT/LokHAO3u6YAZv6/EKb7f2e0wXY3Ff/9Ww5NzT+Bk=" crossorigin="anonymous"
the dropdown again ceases to function.
What am I missing here?
Bueller... Bueller... Bueller... Anyone?