You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML entities like & or stay as text even through the unsafeMessage/unsafeContent option.
Minimal example: vex.open({unsafeContent:'test&test'})
Expected would be an output of "test&test"
The text was updated successfully, but these errors were encountered:
HTML entities like & or stay as text even through the unsafeMessage/unsafeContent option.
Minimal example:
vex.open({unsafeContent:'test&test'})
Expected would be an output of "test&test"
The text was updated successfully, but these errors were encountered: