AUR4109
Error Message
Description
Common Scenarios
// ❌ Returning a string instead of a boolean/result
const badRule = () => 'yes' as any;Solution
Troubleshooting
Last updated
Was this helpful?