Popper.js is a javascript library, consider also adding the Javascript tag. Popper.js used in web applications to position poppers, an element on the screen which "pops out" from the natural flow like tooltips, popovers, drop-downs. With no dependencies, no jQuery, no LoDash, it's used by Twitter in Bootstrap v4, Microsoft in WebClipper, and Atlassian in AtlasKit.
Questions tagged [popper.js]
380 questions
0
votes
0 answers
Uncaught Error: Bootstrap dropdown require Popper.js
I used a layout(Gentelella) for my project everything was fine and then in the middle of production, when I tried to run my project and some of the layout is not working (the dropdown).
So I have encountered this kind of error, I kind to manage the…
user8264268
0
votes
1 answer
Bootstrap core javascript suddenly not working
I'm a beginner here, and currently developing a web application. My situation is for few months i had using this Bootstrap core javascript source and suddenly today the console shows error which I completely dont know how to solve it and it is…

izz
- 11
- 7
-1
votes
1 answer
Boostrap 5 migration, collapse never closing
I'm working on an angular project (angular 13) and i was using bootstrap 4. I'm currently working on the bootstrap 5 migration and i have a blocking problem with my collapse comportments.When i click on my collapse trigger, this is opening it, but…

Benoit Bonavia
- 53
- 2
- 9
-1
votes
1 answer
Create tooltips on Cytoscape Nodes Label using popper and tippy
I am trying to use cytoscape with tippy but it is not showing any tool tips. It throws an error that ele.popperRef is not a function.
Here is the stackblitz link: https://stackblitz.com/edit/dagre-tippy?file=src%2Fapp%2Fapp.component.ts
I have added…

Learn AspNet
- 1,192
- 3
- 34
- 74
-1
votes
1 answer
Uncaught ReferenceError: Popper is not defined
I just started working on a project that was developed by another developer (reactjs project) , however when I try to start the project I get this error in the browser console :
Uncaught ReferenceError: Popper is not defined
The error is pointing…

keloa zoldik
- 95
- 1
- 15