[Django]-Uncaught ReferenceError: M is not defined in materialize

3👍

You must import M before usage.

just write

import M from 'materialize-css'

0👍

Materialize.js must be included before usage of M.toast

Leave a comment