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
For some reason, when upgrading from version 2.1.11 to 2.1.12, when using convertToHTML produces a resulting value which has erroneous spaces at the front of a
tag. For example, on 2.1.11 a response is
"<p>{{text}} </p>"
however on version 2.1.12, the same value is
"<p> {{text}} </p>"
The text was updated successfully, but these errors were encountered:
can you provide more context on your scenario? is there an entity around that {{text}} string? a code snippet to fully reproduce the issue would be ideal
For some reason, when upgrading from version 2.1.11 to 2.1.12, when using convertToHTML produces a resulting value which has erroneous spaces at the front of a
tag. For example, on 2.1.11 a response is
however on version 2.1.12, the same value is
The text was updated successfully, but these errors were encountered: