Runtime Error
OnLoadKeyNotAllowed
The key was provided to the
data-on-load
attribute.
The data-on-load
attribute must only have a value, representing an expression to run when the element intersects with the viewport.
Example:
1<div data-on-load="$count = 1"></div>
See the docs for the data-on-load
attribute.