I haven’t noticed any issues yet, but I see error messages in the browser console when I use the hashtag autocomplete feature in the composer on my forum.
There are two slightly different versions:
In full safe mode (no themes and no plugins), as soon as I use # in the composer, this error appears:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'generateIconHTML')
If I use safe mode only for themes, so plugins are active, the error above does not appear when I use the hashtag autocomplete. But after I select a category using #, it triggers this error instead:
[autocomplete] handleKeyup: TypeError: this.options.dataSource is not a function
Does anyone have an idea what might be causing this?

