coreui / coreui-free-bootstrap-admin-template

Free Bootstrap Admin & Dashboard Template
https://coreui.io/product/free-bootstrap-admin-template/
MIT License
11.94k stars 3.14k forks source link

t.classList is undefined (sidebar.js:335:12) #566

Closed edtrade closed 3 years ago

edtrade commented 3 years ago

After replacing

https://unpkg.com/@coreui/coreui/dist/js/coreui.min.js (v4) by https://unpkg.com/@coreui/coreui@3.0.0/dist/js/coreui.min.js (v3)

since i been using version 3 and not version 4 the sidebar dropdown is broken, i get this error below

Uncaught TypeError: t.classList is undefined sidebar.js:335:12

I think its a versioning problem, anyone knows which v3 is currently working, thank you

edtrade commented 3 years ago

fixed by using v3.4.0 instead https://unpkg.com/@coreui/coreui@3.4.0/dist/js/coreui.min.js (v3.4.0)