needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

EmojiConvertor is not a constructor #49

Open pathor opened 6 years ago

pathor commented 6 years ago

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();

ktrzeciaknubisa commented 2 years ago

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,