Hello!
I have my components stored in pods structure, placed in directory: app/pods/components/myownnamespace
and there go the components’ folders. I use them in templates like this: {{myownnamespace.my-component}}
Recently, I upgraded from Ember 2.8 to Ember 2.11 and noticed that I cannot find the components inside the namespace and had to move them outside, to app/pods/components
directory (like Ember could not interpret the namespaces).
Do I miss some kind of new feature / newly added configuration, or is it a bug?
Best regards,
Hubert