TypeError: jQuery present, loading script in head
Created by: janklimo
When using jQuery and loading JS pack from the <head>
Bootstrap 5 throws an error:
The offending line:
should check for the presence of body.
Docs do not state that JS bundle needs to be in the body so I conclude this is a bug. Happy to submit a PR if confirmed.
- Operating system and version: macOS Catalina
- Browser and version: Chrome 83.0.4103.116
Demo site: https://amazing-heisenberg-e74368.netlify.app/ (see console)