Skip to content

TypeError: $(...).toast is not a function #1570

Discussion options

You must be logged in to vote

It worked, so for anyone using Meteor, in your client startup,

import '/node_modules/fomantic-ui-css/components/toast.js';
import '/node_modules/fomantic-ui-css/components/transition.js';

Solved my problem. You can then use $(...).toast(...)
Thank you @lubber-de and @TheJltres!

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1570 on October 07, 2020 21:21.