Datastar Error
ComputedExpectedFunction
Using data-computed with the object syntax requires that each leaf value is a function.
Example using the object syntax:
1<div data-computed="{foo: () => 1, bar: () => $foo + 1}"></div>