I tried using the toast(message, displayLength) function e.g toast('I am a toast!', 4000) in a Meteor app as described in the docs but it just seems not to work.
Is there any initialization required that is missing in the docs? Like I just learnt that the waves effect requires some initialization function: Waves.displayEffect(); to run on $(document).ready()
I tried using the
toast(message, displayLength)function e.gtoast('I am a toast!', 4000)in a Meteor app as described in the docs but it just seems not to work.Is there any initialization required that is missing in the docs? Like I just learnt that the waves effect requires some initialization function:
Waves.displayEffect();to run on $(document).ready()