-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Newly generated [email protected] app issuing reduce computed depreciation warning #11435
Comments
this doesn't seem like an ember-cli issue. |
this looks like a typo? |
@stefanpenner fixed :) |
this is a bug in ember-data. I have opened an issue: emberjs/data#3327 |
awesome, that was fast :p |
@Ghostavio - Can you remove ember data from the package.json of your test app (then stop and restart the server), and see if that clears the deprecation? If it does, this issue can be closed in favor of the ED one above. |
@rwjblue it totally is ember-data. 100% confirmed, if you would like it to be closed (instead of being ameta tracking, i will close ) |
@Ghostavio how can i fix this in my app? |
@yonida you need to update |
@pangratz This is what I'm using: What's ember-data 1.13.0 ? |
ember-data v1.13 has been released a few days ago: http://twitter.com/fivetanley/status/610929008872587264 ... There is a blog post coming which announces this officially I guess. The deprecation warnings reported in this issue are fixed since emberjs/data@71fecd2 available since |
Great, thanks ! |
I've created a demo repo with this issue here.
Just did
ember new demo-repo
, went tobower.json
and updated both ember and ember data."ember": "1.13.0"
and"ember-data": "1.0.0-beta.19.1"
.Then did
bower install
andember server
and nothing else, got the following deprecation warning:cc @rwjblue
The text was updated successfully, but these errors were encountered: