-
Notifications
You must be signed in to change notification settings - Fork 354
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
Ember auto import related error getting thrown when installing ember table v4.0.0 #959
Comments
temporarily for pnpm add to packege.json "pnpm": {
"overrides": {
"ember-cli-page-object": "< 1.17.9"
}
}, |
@yaxinr thankyou. i too had a hunch that downgrading to |
Yarn resolutions
…On Thu, Aug 4, 2022, 16:09 Haneen Ahemed A ***@***.***> wrote:
@yaxinr <https://github.com/yaxinr> thankyou. i too had a hunch that
downgrading to ember-classy-page-object@^0.7.0 would resolve this issue.
but am using yarn(v1 - classic) as package manager so have no clue how to
override in yarn
—
Reply to this email directly, view it on GitHub
<#959 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALEFC2UWR5N5D7CPN3KRCTVXOQFVANCNFSM55NXSUGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I opened a PR to try to fix this in the ember-classy-page-object repository, let me know if this helps: Addepar/ember-classy-page-object#38 |
This is specifically an incompatibility with |
Thank you, that helped. I tried to fix version of
and now it works.
|
FYI Addepar/ember-classy-page-object#39 was fixed and released, so if you use |
@ginomiglio Is this issue possibly related to ember-cli-page-object/ember-classy-page-object? |
I'm not sure. I don't think so. |
ember-cli - v3.28
@mixonic any idea?
The text was updated successfully, but these errors were encountered: