Skip to content
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

Update ember-concurrency version. Required in Ember 3.10 #62

Open
danDanV1 opened this issue Jul 4, 2019 · 1 comment
Open

Update ember-concurrency version. Required in Ember 3.10 #62

danDanV1 opened this issue Jul 4, 2019 · 1 comment

Comments

@danDanV1
Copy link

danDanV1 commented Jul 4, 2019

Fails in Ember 3.10, throws the following:
metal.js:2877 Uncaught TypeError: Found non-callable @@iterator
at new ComputedProperty (metal.js:2877)
at new TaskProperty (-task-property.js:398)
at task (index.js:58)
at Module.callback (base-component.js:23)

Because the ember-concurrency version is only 0.8. This is fixed in new versions and currently 1.0.0 is out.

I was going to do a pull request, but not all the tests were passing on 0.6.3 release?

@jkeen
Copy link

jkeen commented Jul 4, 2019

@edeis53 I was able to kinda work around this by specifying resolutions in package.json, but updating this dependency is still a good move

  "resolutions": {
    "ember-concurrency": "1.0.0"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants