Replies: 4 comments 1 reply
-
Hi @cwolcott I was having the same issue , and it's solved out by including : bootstrap/dist/popper.min.js separately in the page without the bundle.min.js.... |
Beta Was this translation helpful? Give feedback.
-
@basharald thanks for the response. There is no popper.min.js in the Bootstrap 5.1.3 dist directory. Instead I installed popper |
Beta Was this translation helpful? Give feedback.
-
The bundle should work as long as you include the picker code after the bundle. Can you create a stackblitz? |
Beta Was this translation helpful? Give feedback.
-
Here is the example It is raising the following error in the browsers debugger But if you uncomment the code to include the popper and bootstrap separately and comment out the bundle everything works. |
Beta Was this translation helpful? Give feedback.
-
I am currently using Bootstrap 5.1.3 bundle (bootstrap.bundle.min.js) in our web application which includes bootstrap and popper. I have pulled in the tempusDominus 6.0.0-beta5.1 code (tempus-dominus.js). When I click on the the icon I receive:
Uncaught TypeError: Cannot read properties of undefined (reading 'createPopper')
Is it possible to use the bootstrap bundle or do I need to include libraries separately?
Beta Was this translation helpful? Give feedback.
All reactions