DEPRECATION: `Ember.Binding` is deprecated. ?
See original GitHub issueI’m using:
$ ember -v
ember-cli: 2.7.0
node: 4.4.7
os: linux x64
using remote-pagination
and got:
DEPRECATION: `Ember.Binding` is deprecated. Consider using an `alias` computed property instead. [deprecation id: ember-metal.binding] See http://emberjs.com/deprecations/v2.x#toc_ember-binding for more details.
any solutions?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:27
Top Results From Across the Web
Deprecations Added in Ember 2.x
Ember.Binding has not been needed for some time and is deprecated in favor of computed properties and services (depending on what you were...
Read more >Deprecation Cleanup for 4.0 · Issue #19617 · emberjs/ember.js
It's a fairly low-impact deprecation, in that the change required is a one-line change in the config. More details in that PR and...
Read more >Input helper valueBinding is deprecated - what's the alternative?
I just upgraded Ember to 1.11.0 and now get this deprecation warning: DEPRECATION: You're attempting to render a view by passing valueBinding to ......
Read more >0706-deprecate-ember-global
The primary motivation for deprecating the global object is for tree shaking purposes. Because the global object is assigned eagerly to window.Ember whenever ......
Read more >JavaScript ember-metal/debug deprecate Examples
SafeString is deprecated in favor of Ember. ... -7); deprecate( `You're using legacy binding syntax: ${key}=${exprToString(value)} ${sourceInformation}.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any updates on this?
@SaladFork Thanks! Will start this weekend with the upgrade.