Closed
Description
If we have structure like:
templates/
components/
text.hbs
routes/
components/
text.ts
and the content of the route.ts
:
import Route from '@ember/routing/route';
export default class ComponentsTextRoute extends Route {
model() {
return {
message: 'Components Text Route',
};
}
}
we get the following glint error:
Anything outside of template/components
folders works just fine.
I am guessing there might be some naming clash.
I can also publish repro if needed
Metadata
Metadata
Assignees
Labels
No labels