-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with ember 2.18 #25
Comments
Okay, after some digging into the issue, I figured out that the problem is with https://github.com/pzuraq/ember-decorators-polyfill/blob/bccd9602325499b5087e27524ba964f9d30db73e/vendor/ember-decorators-polyfill/data-fix.js#L50
|
@pzuraq Thoughts? |
That seems off, |
Unfortunately I don’t have the time to work on it. For now, I’ve skipped the data fix from being added to the vendor in my forked repo |
I've got another issue but Compatibility with 2.18:
|
Best bet here is to add tests to our CI for ember-source@2.18 |
Hey @shibulijack-fd is it working with no issues for you on 2.18 version? |
It looks like for me it's a different issue, not related to Compatibility with 2.18 as I mentioned before:
Probably should be added setter here: ember-decorators-polyfill/vendor/ember-decorators-polyfill/ember-fix.js Lines 221 to 225 in c5df336
|
Uncaught TypeError: Cannot read property '@ember-data/model/index' of undefined
at patchDataDecorators (vendor.js:sourcemap:88912)
Addon has decorators & polyfill
ember version: 3.13
Host app
ember version: 2.18
The text was updated successfully, but these errors were encountered: