False positive no-undef
for template-imports and contextual components
#1747
Labels
no-undef
for template-imports and contextual components
#1747
This is failing linting with
form
andfield
"locals" (they are not local to the outer template scope, so not supposed to be provided by JS scope, which ESLint thinks here) falsely violatingno-undef
:I think I have identified the root cause in
@glimmer/syntax
, keeping this for tracking. /cc @NullVoxPopuliThe text was updated successfully, but these errors were encountered: