-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Error: "EmberObject.create no longer supports.."
on Ember-4.12 addon - ONLY during embroider-safe scenario
#733
Open
Pixelik opened this issue
Sep 14, 2023
· 1 comment
· May be fixed by #735 or DazzlingFugu/ember-cp-validations#2
Open
Error: "EmberObject.create no longer supports.."
on Ember-4.12 addon - ONLY during embroider-safe scenario
#733
Pixelik opened this issue
Sep 14, 2023
· 1 comment
· May be fixed by #735 or DazzlingFugu/ember-cp-validations#2
Comments
Pixelik
changed the title
Throws EmberObject.create Error, on Ember-4.12 addon (v1), but only during embroider-safe scenario
Throws Error, on Ember-4.12 addon (v1), but only during embroider-safe scenario
Sep 14, 2023
Pixelik
changed the title
Throws Error, on Ember-4.12 addon (v1), but only during embroider-safe scenario
Throws Error on Ember-4.12 addon during embroider-safe scenario
Sep 14, 2023
Pixelik
changed the title
Throws Error on Ember-4.12 addon during embroider-safe scenario
Sep 14, 2023
Error: "EmberObject.create no longer supports.."
on Ember-4.12 addon - *only* during embroider-safe scenario
Pixelik
changed the title
Sep 14, 2023
Error: "EmberObject.create no longer supports.."
on Ember-4.12 addon - *only* during embroider-safe scenarioError: "EmberObject.create no longer supports.."
on Ember-4.12 addon - ONLY during embroider-safe scenario
👀 If I change
to:
the error is gone and everything works. Is this a valid fix ? Should I open a PR ? Bear in mind that I'm only having the Error when running the embroider-safe scenario and not the default scenario on Ember 4.12. 🤔 |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to Reproduce
I updated my Ember Addon (v1) from
Ember 4.8
toEmber 4.12
.The addon is using
ember-cp-validations v5
.This is what my
package.json
looks like:Everything works and all tests are passing, except when running the embroider-safe scenario where this error is thrown:
I understand that the Error itself
EmberObject.create no longer supports defining computed properties.
is a known issue, but I'm only getting it during the embroider-safe test scenario.In the default scenario everything is working fine and all tests are passing.
Any help would be much appreciated 🙏
The text was updated successfully, but these errors were encountered: