-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collapse doesn't work with bundled version of bootstrap #31235
Comments
Hi @ihorbond I'm unable to reproduce it see: https://codepen.io/Johann-S/pen/gOPvRKr BTW your |
@Johann-S hmm looks like the integrity check in my <script> tag was the culprit on CodePen. but in my project I've downloaded the library and using it locally and script is in the end of the body.. |
so there is something else, BTW our docs use the |
I am also having an issue where collapse stopped working. Added details to Issue #28807 as my problem seemed to be closer aligned to that issue. |
Thanks, I'll try to investigate more on my end and will open a new issue if there is one. It's just super bizarre that if I change that same line of code to non bundled bootstrap collapse works as expected. What else could be at play here ? Some other conflicting library ? |
@ihorbond Have you tried using any CDN provider? |
Check your |
Hi, I've recently switched to bundled (bootstrap.bundle.min.js) version of bootstrap (to have popper.js included among other things) and noticed my collapse panels stopped working. They work again if I switch to unbundled, please see CodePen
The text was updated successfully, but these errors were encountered: