Regarding to the recently announced custom emojis feature for the comments plugin, it appears that lists for the options named other than commentOptions resulted in a weird Cannot read properties of undefined error. I’ve tried to rename the existing exact commentOptions list in the custom emojis example, and as expected, it yielded the same error. @[email protected] have also experienced the same problem with the ai-chat-modern generator for the same reason.

✅ Possible correction: I think you can change the window.root.commentOptions to opts.commentOptions on line 47 of the comments plugin so that it pulls out the options directly from whatever the list was named instead.