Closed BenParizek closed 11 months ago
After upgrading to Craft 4, the emojify filter seems to be triggering an error on our site.
emojify
The error gets triggered when a field has a blank value and when the emojiTextField is set to a string like :broken_heart:.
emojiTextField
:broken_heart:
{{ element.emojiTextField|emojify }}
I've also tried hard coding the string into the template, and get the same error:
{{ ':broken_heart:'|emojify }}
After upgrading to Craft 4, the
emojify
filter seems to be triggering an error on our site.The error gets triggered when a field has a blank value and when the
emojiTextField
is set to a string like:broken_heart:
.I've also tried hard coding the string into the template, and get the same error: