Closed veelenga closed 2 years ago
What version ember-basic-dropdown
are you running?
They updated 5 days ago to 4.0.4 with changelog: [FEATURE] Improve compatibility with Embroider/Ember 4
.
If you're not at 4.0.4 then could try that, or if you are then you could try pinning to 4.0.3.
I'm not well versed in the embroider world but possible resources to help fix later: https://github.com/embroider-build/embroider/issues/1077 https://github.com/embroider-build/embroider/pull/1083
Looks like it might be this https://github.com/embroider-build/embroider/issues/1077#issuecomment-1016689755
As per that comment, overriding @embroider/*
packages to v1.0.0
might fix the problem until the above PR is merged.
@veelenga any chance you can test again with https://github.com/miguelcobain/ember-paper/pull/1211?
@Subtletree thanks for the heads up.
Unfortunately, i'm still getting the same error but the stacktrace doesn't head to ember-paper anymore.
Also, my embroider-related deps look like this:
$ npm ls @embroider/macros
├─┬ ember-auto-import@2.4.0
│ └── @embroider/macros@1.0.0
├─┬ ember-cli-clipboard@0.16.0
│ └─┬ @ember/render-modifiers@2.0.4
│ └── @embroider/macros@1.2.0
├─┬ ember-exam@8.0.0
│ └── @embroider/macros@1.2.0
├─┬ ember-paper@1.0.0-beta.36
│ └─┬ ember-basic-dropdown@4.0.4
│ ├── @embroider/macros@1.2.0
│ └─┬ ember-get-config@1.0.2
│ └── @embroider/macros@1.2.0 deduped
└─┬ ember-power-select@5.0.4
└─┬ @embroider/util@1.2.0
└── @embroider/macros@1.2.0 deduped
It looks like the problem is unrelated to ember-paper anymore, please feel free to close.
I found a problem in the app itself. Our environment config was not compatible with a new @embroider/macros
(not serializable).
Thanks for the help.
We are running ember 3.20. Having this issue while upgrading ember-paper
1.0.0-beta.26
->1.0.0-beta.36