ember-pusher
ember-pusher copied to clipboard
Replace contains for includes, since contains has been deprecated
This PR replaces the use of .contains for .includes since .contains is no longer a method on the array in the latest versions of Ember.
https://www.emberjs.com/deprecations/v2.x/#toc_ember-runtime-enumerable-contains
@jamiebikies We're trying to move to a version of Ember that no longer supports this. Do you need any additional information prior to merging this PR?