Runtime Error
RefKeyAndValueProvided
Both a key and a value were provided to the data-ref
attribute.
The data-ref
attribute must have either a key or a value, representing the name of a signal. The signal will be assigned the element as its value.
Example:
1<div data-ref-foo></div>
See the docs for the data-ref
attribute.