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
I tried upgrading an app to the latest Ember build today and I noticed that the x-select components weren't rendering anything. I ran the tests in this repo against Canary and it looks like they all fail each module has failing assertions (except for JSHint! 🎉).
I'm sure there's nothing wrong on your end. You guys are great. But those Ember core people... 😉 Maybe there is an issue that could be filed before 1.13 is out the door or maybe there is an open issue that might be affecting x-select?
The text was updated successfully, but these errors were encountered:
I've briefly looked at the fails on canary but haven't taken the time to troubleshoot. X-select is technically "broken" on anything 1.11+. That's due to this: emberjs/ember.js#11221
I'll take a look and see if it's on our end or not hopefully today :)
I tried upgrading an app to the latest Ember build today and I noticed that the
x-select
components weren't rendering anything. I ran the tests in this repo against Canary and it looks likethey all faileach module has failing assertions (except for JSHint! 🎉).I'm sure there's nothing wrong on your end. You guys are great. But those Ember core people... 😉 Maybe there is an issue that could be filed before 1.13 is out the door or maybe there is an open issue that might be affecting
x-select
?The text was updated successfully, but these errors were encountered: