Runtime Error

ComputedKeyRequired

No key was provided to the data-computed attribute.

The data-computed attribute must have both a key, representing the signal name to create, and a value, representing the expression to assign to the signal.

Example:

1<div data-computed-blinker="count % 2 === 0"></div>

See the docs for the data-computed attribute.