-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Unable to use with Embroider #527
Comments
@josemarluedke I'm guessing you still have ember-auto-import in you devDependencies? Do you have a public project to share that we can dig into? If not, I can create one. |
@snewcomer Yes, I still have ember-auto-import, but as far as I know that is a no-op when using embroider. I don't have a public project, but I can put one together if you would like. |
I just ran into this today when messing around with Embroider in my app that uses |
No updates yet. I have to see how to make a plain JS library (validated-changeset) compat with embroider. I still need to dig into this (or get help from somebody else!). |
@snewcomer Any new development around this issue? |
@josemarluedke Looks like #540 passed. Do you happen to know if ember-changeset works here now? I can certainly setup a repo with this if you don't have a readily available example. |
Exact same problem here |
We are experiencing the same issue here. @snewcomer any ideas on where to continue looking into this one? I'm happy to do some legwork but if you had time to point me in the right direction that would be great. |
This looks like it might be fixed due to the enormous effort from @SergeAstapov 👏 |
I'm still having the error after updating my repro repository to latest version. My devDependencies :
|
@AmauryD Interesting enough, this line causes an issue: https://github.com/AmauryD/ember-changeset-embroider-test/blob/main/app/routes/index.js#L3 If I remove |
One more thing to add: First idea I have, is that Will try to poke more, just out of curiosity. |
Yeah that's a strange behavior routes/index.js
controllers/index.js
also works, without error. It seems that the 2 lines cannot coexist together in the same file. |
I'm unable to the addon with Embroider.
I get the following error:
The content of that "validated-chagneset.js" is:
Version
3.8.1
Embroider: 0.21.0
The text was updated successfully, but these errors were encountered: