AUR0765
Error Message
Description
Example Trigger
import { CustomElement } from '@aurelia/runtime-html';
// ❌ Node is detached or outside the Aurelia app root
const node = document.querySelector('#outside-the-app')!;
CustomElement.findController(node); // throws AUR0765Correct Usage
Related Errors
Last updated
Was this helpful?