Runtime Error
OnIntervalKeyNotAllowed
The key was provided to the
data-on-interval
attribute.
The data-on-interval
attribute must only have a value, representing an expression to run at a regular interval.
Example:
1<div data-on-interval="$count++"></div>
See the docs for the data-on-interval
attribute.