Robdel12 / ember-dropkick

Ember addon for DropKick.js
http://dropkickjs.com
MIT License
4 stars 2 forks source link

Cannot read property 'indexOf' of undefined #6

Open ErikCH opened 6 years ago

ErikCH commented 6 years ago

I just upgraded an old Ember project and I received this error in my console when I ran ember s

I'm using Ember 2.12.0

Cannot read property 'indexOf' of undefined TypeError: Cannot read property 'indexOf' of undefined at /Users/erikhanchett/programming/embertest/select2test/node_modules/emberx-select/index.js:14:25 at Array.filter (native) ...

I think this might be related to this issue.

Ember-dropkick is using an older version of ember-x-select ^2.2.1. If we swap to 3.0 I think it will fix this error. Can I send over a PR on this?

Robdel12 commented 6 years ago

Yeah if you could send a PR that would be awesome! :)