Skip to content

Conversation

@BrianSipple
Copy link
Collaborator

Partially closes #116

Directly muting classNames is slated to be disallowed in the next version of Ember, and thus the one instance where we were [doing this in our table-columns component] seems to be the culprit for our current CI failures (testing against ember-beta and ember-canary).

This PR updates the component so that instead of pushing into classNames inside of init, we just compute the columnType-dependent class as a classNameBinding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update to latest Ember and fix tests

3 participants