Runtime Error

TextKeyNotAllowed

The key was provided to the data-text attribute.

The data-text attribute must only have a value, representing an expression that is evaluated and used as the text content of the element.

Example:

1<div data-text="$foo"></div>

See the docs for the data-text attribute.