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
Seems like the addon is relying on underscore being present, but it's not explicitly imported by index.js - would it make sense to not use _ for this one method in the addon code so as to not add another dependency?
Seems like the addon is relying on underscore being present, but it's not explicitly imported by index.js - would it make sense to not use
_
for this one method in the addon code so as to not add another dependency?https://github.com/shaunc/ember-grid/blob/master/addon/components/eg-column/component.js#L40
The text was updated successfully, but these errors were encountered: