Notification titles containing '&' is decoded to '&' in frontend.
Special characters in notification title do not show up well in FE for some reason, title here is supposed to be 'Broken & Cream'.
Anything i can do about that on my side?
In order to reproduce, just send any notification with an ampersand (&)

14 Replies
Hi @Eden thanks for reporting that. That happens in the <Inbox /> component?
@Tomer Barnea, you just advanced to level 26!
Regardless, the team is investigating an issue like that, so I’ll add your report.
Thx @Tomer Barnea, would love to know a timeline when possible, we'll currently implement a workaround
CN you confirm it’s in the inbox component? Which version? Using cloud?
1.Inbox component, vanilla
2. "@novu/react": "^3.0.0",
3. Yes, using cloud 🙏
Perfect, I’ll tag @Pawan Jain , can you follow up here with more info on release date?
Hi @Eden following up here.
This was deployed.
Open up the template, and select Bypass sanitization. It will allow you to send things like &.


Thanks @Tomer Barnea But i'm looking to do this programmatically
Ohhh, got it, you can disable this in the framework. https://docs.novu.co/framework/typescript/steps

just add disableOutputSanitization to the option object
@Eden
adding
disableOutputSanitization
options with false value worked for you?@Pawan Jain Just tried it, seems to have worked for me, thx @Tomer Barnea for the fast response and attentiveness 🙏