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
Raw-handlebars will be removed from Discourse core imminently (discourse/discourse#32081)
The usage in `custom-user-selector` seemed like it was expecting SafeString to actually do something to escape user input. It doesn't actually do any processing to the string. So I removed it, and added `escapeExpression` around the user input instead.
The usage in wizard-char-counter can be easily replaced with Ember's `htmlSafe` helper
0 commit comments