AUR0179
Error Message
Description
Example Trigger
<!-- ❌ Double dot -->
<div textcontent.bind="user..name"></div>Solution
<!-- ✅ -->
<div textcontent.bind="user.name"></div>Last updated
Was this helpful?