mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.35k stars 1.15k forks source link

TypeError: e is null #250

Closed reckerswartz closed 5 years ago

reckerswartz commented 5 years ago

console showing error on this line don't know why

Screenshot from 2019-06-27 04-48-21

https://github.com/mdbootstrap/bootstrap-material-design/blob/61af89d242e36dea4f530dc0019230b60a58b5d1/js/mdb.js#L15413

Edit: found the issue I am using rails and initializing MDB in the head tag. so The body hasn't been defined at this point yet. You want to wrap this code in a window.onload handler

PiotrObrebski commented 5 years ago

Problem with initializing mdb in header will be fixed in next the release. https://github.com/mdbootstrap/bootstrap-material-design/issues/49