Hi! I’m on a mission to clear all console errors.
All fixed except one that I can’t figure out:
Bootstrap doesn't allow more than one instance per element. Bound instance: bs.tooltip.
It should be a problem in the layout page as it shows up in every content page, but I’m not using a tooltip in the layout page so don’t understand what makes that error show up.
bootstrap.bundle.min.js:6 Bootstrap doesn't allow more than one instance per element. Bound instance: bs.tooltip.
set @ bootstrap.bundle.min.js:6
B @ bootstrap.bundle.min.js:6
un @ bootstrap.bundle.min.js:6
gn @ bootstrap.bundle.min.js:6
(anonymous) @ dmxBootstrap5Popovers.js:25
I have observed this error a lot and found the most common cause is having to tooltip AND popover referenced in the same header. If popovers are linked and you are not using them remove the link from the leader and the error may clear