AUR4102
Error Message
AUR4102: Unable to parse accessor function:
<function source>Description
Common Scenarios
import { ValidationRules } from '@aurelia/validation';
// ❌ Unsupported accessor shape for serialization
ValidationRules
.ensure((x: any) => x[getDynamicKey()])
.required()
.on(class Model {});Solution
Troubleshooting
Last updated
Was this helpful?