Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2b6bd commit be38546Copy full SHA for be38546
1 file changed
src/core/outlet_properties.ts
@@ -24,7 +24,7 @@ function propertiesForOutletDefinition(name: string) {
24
return outletController
25
} else {
26
throw new Error(
27
- `Missing "data-controller=${name}" attribute on outlet element for "${this.identifier}" controller`
+ `Missing "${this.application.schema.controllerAttribute}=${name}" attribute on outlet element for "${this.identifier}" controller`
28
)
29
}
30
0 commit comments