I am trying to use Toast Messages in Materialize and django but I keep getting an error:
Uncaught ReferenceError: M is not defined
I have tried typing Materialize instead of M. I am using Materialise v1.0.0
M.toast({html: 'I am a toast!'})
You must import M before usage.
just write
import M from 'materialize-css'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With