-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I am currently using react-bootstrap and came across this package because it lacks the functionality to select multiple inputs. The react-bootstrap library works using native JavaScript instead of popper.js, but once I import this library, it asks for popper.js library. I am getting following error:
./node_modules/bootstrap/dist/js/bootstrap.js
Module not found: Can't resolve 'popper.js' in 'C:\Users\3atha\code\mahashweta-foundation\node_modules\bootstrap\dist\js'
How do I implement popper.js such that it won't mess with native JavaScript?
I already tried using CDN script tag, but it didn't work.
Metadata
Metadata
Assignees
Labels
No labels