Having some issues with bootstrap4. I have imported the bootstrap.bundle.js
which includes popper.js
.
Despite this, I keep encountering the following error:
Uncaught ReferenceError: Popper is not defined
This is how I've included the scripts:
<script type="text/javascript" src=".../js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src=".../js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src=".../js/bootstrap.min.js"></script>