AUR0010
Attempted to jitRegister an intrinsic type: yyyy. Did you forget to add @inject(Key)
Error message
Parameters
Error explanation
Common causes
How to fix
import { inject } from 'aurelia'; @inject(String) class MyClass { constructor(myString) { this.myString = myString; } }
Debugging tips
Last updated
Was this helpful?