Bootstrap doesn't allow more than one instance per element

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.

Anyone any idea?

Maybe this link will help?

Hi Brad, thanks for your response.

I checked out all articles about this issue on Google but none of them helped unfortunately.

I don’t use a tooltip in the layout + content pages where the error shows.
So don’t understand where the error comes from

Does the error have a line number and can you share the code that is causing the error?

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

This is what the console error shows

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

3 Likes

That worked, thank you

1 Like

Fixed in Wappler 6 beta 10