Encountering an issue with Materialize CSS. A JavaScript error appears 'I('.velocity is not a function', for certain actions. For instance, clicking the collapse icon on the sidenav results in e.velocity is not a function error. Similarly, using modal triggers g.velocity not found error.
I have integrated Materialize CSS with Laravel by running:
npm install materialize-css
Despite some features working flawlessly like the wave effect on button clicks, these JavaScript errors persist. Seeking assistance to resolve this problem. Thank you!