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
Mostly opening this ticket up as a decision log. Currently, the template engine will short-circuit and simply replace the textContent of such an interpolated element with /* x-element: Interpolation is not allowed here. */.
Authors can use unsafeHtml or manually inject text content into the DOM node if they really want to inject unsafe user content into such elements.
The text was updated successfully, but these errors were encountered:
Mostly opening this ticket up as a decision log. Currently, the template engine will short-circuit and simply replace the
textContent
of such an interpolated element with/* x-element: Interpolation is not allowed here. */
.Authors can use
unsafeHtml
or manually inject text content into the DOM node if they really want to inject unsafe user content into such elements.The text was updated successfully, but these errors were encountered: