Closed
Description
When logging the resolving of application elements.
Ember.ENV.LOG_MODULE_RESOLVER = true;
The logging can fail when you have long component/view/template names. The logging code expects the parsedName.fullName.length to be <= 40. If not, then the logging hits an invalid array length exception.
The resolver was looking up "template:components/update-aware-text-field"
Metadata
Assignees
Labels
No labels