You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The provided outlet element is missing an outlet controller "${name}" instance for host controller "${this.identifier}"`
43
+
)
30
44
}
31
45
32
-
thrownewError(`Missing outlet element "${name}" for "${this.identifier}" controller`)
46
+
thrownewError(
47
+
`Missing outlet element "${name}" for host controller "${this.identifier}". Stimulus couldn't find a matching outlet element using selector "${selector}".`
48
+
)
33
49
},
34
50
},
35
51
@@ -39,16 +55,15 @@ function propertiesForOutletDefinition(name: string) {
thrownewError(`Missing outlet element "${name}" for "${this.identifier}" controller`)
83
+
thrownewError(
84
+
`Missing outlet element "${name}" for host controller "${this.identifier}". Stimulus couldn't find a matching outlet element using selector "${selector}".`
0 commit comments