Skip to content
Advertisement

Bootstrap modal UncaughtType Error on modal loading

I am using BS modal in my project. I am using a button to open the model but as I open the modal I get this error in my console.

Error:

JavaScript

HTML:

JavaScript

Modal:

JavaScript

I am using Bootstrap5 CDNs:

JavaScript

Advertisement

Answer

It could be a bug in Bootstrap5 but I solved by adding the fade class to the modal.

Here’s how I did it.

JavaScript
Advertisement