David Collingwood
                                            David Collingwood
                                        
                                    You're right, that example did come from React and I haven't been able to recreate the functionality. I've temporarily removed that section of the readme to prevent confusion. Will update...
Hey! The `Emoji` export is a component object, not a function - so you have to use it in a template/render function. Also there is no "default" export, which is...
Ahh yeah, dynamically replacing ":emoji:" strings is definitely a challenge. Here's what I recommended to someone else: https://gist.github.com/jm-david/7f98c3ee4fe235c596cff26d7aa26b7b It's a render function which takes a string and replaces ":emoji:" with...
Ah I see, hmm I don't have any ideas sorry 😕 Here's the page in the vue docs which documents the `createElement` function (I've just used `h` cause it's shorter)...
@Kishor-Kumar-Namdeo the vue-cli is not in charge of the rendering. Which version of the vue library are you using? Could you embed some code to show me how you've implemented...