I have used materialize.css before. Recently I tried using the new version Alpha 1.0 but the Chips aren't getting added.
I used the code from the docs
<div class="chips"></div>
and include this in my js file
$('.chips').chips();
But I keep getting the following error on my console
materialize.min.js:6 Uncaught TypeError: Cannot read property 'addEventListener' of undefined
What should I do to resolve it?