From version 5.2 error for NAV - Uncaught TypeError: i.createPopper is not a function #37627
Unanswered
andreysneg
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Just put popper script before bootstrap |
Beta Was this translation helpful? Give feedback.
2 replies
-
If anyone haven't figured this. The dropdowns uses a 3rd Party library called popper which is not a part of the bootstrap.min.js library so you can update your second script to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From version v5.2 error in nav menu for popup submenus:
Uncaught TypeError: i.createPopper is not a function
With v5.1 and early version everything works well.
Try all html from documentation: https://getbootstrap.com/docs/5.2/components/navbar/
I try old and last version popper.min.js
The loading order is correct:
Beta Was this translation helpful? Give feedback.
All reactions