AUR0178
Error Message
Description
Example Trigger
<!-- ❌ Block body -->
<div textcontent.bind="x => { return x + 1; }"></div>Solution
<!-- ✅ Expression body -->
<div textcontent.bind="x => x + 1"></div>Last updated
Was this helpful?