I'm experiencing an issue with Material Design Bootstrap. I installed it using NPM
, but when I visit my website, I encounter the following error:
Uncaught TypeError: Cannot read property 'hasAttribute' of null
at r (app.js:19116)
at Module.o.m.n (app.js:19116)
at o (app.js:19116)
at app.js:19116
at app.js:19116
at Object../node_modules/mdb-ui-kit/js/mdb.min.js (app.js:19116)
at __webpack_require__ (app.js:19361)
at Object../resources/js/app.js (app.js:1845)
at __webpack_require__ (app.js:19361)
at app.js:19500
The issue seems to be originating from this line of code:
hasAttribute("data-mdb-no-jquery")
. I'm unsure of how to resolve this problem.
Thank you in advance for your assistance!