AUR0762
Error Message
Description
Example Trigger
import { CustomElement } from '@aurelia/runtime-html';
// ❌ Passing a normal element instead of a custom element host
const div = document.querySelector('div')!;
CustomElement.for(div); // throws AUR0762Correct Usage
Troubleshooting
Related Errors
Last updated
Was this helpful?