We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keep having this issue: Uncaught TypeError: EmojiConvertor is not a constructor at Object.wdtEmojiBundle.init (wdt-emoji-bundle.js:60) at submit:40
Uncaught TypeError: EmojiConvertor is not a constructor at Object.wdtEmojiBundle.init (wdt-emoji-bundle.js:60) at submit:40
This is the line: self.emoji = new EmojiConvertor();
self.emoji = new EmojiConvertor();
The text was updated successfully, but these errors were encountered:
I had the same error as above, before I realized that I need to include emoji.min.js, just like shown in the demo file.
Also make sure you added entire wdt-emoji-popup to your html,
Sorry, something went wrong.
No branches or pull requests
I keep having this issue:
Uncaught TypeError: EmojiConvertor is not a constructor at Object.wdtEmojiBundle.init (wdt-emoji-bundle.js:60) at submit:40
This is the line:
self.emoji = new EmojiConvertor();
The text was updated successfully, but these errors were encountered: