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
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"
The text was updated successfully, but these errors were encountered:
When logging the resolving of application elements.
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"
The text was updated successfully, but these errors were encountered: