You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bind-attr deprecation warning error message does not yield any context where the issue is coming from:
DEPRECATION: The `bind-attr` helper is deprecated in favor of HTMLBars-style bound attributes
at isBindAttrModifier (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:9626:24)
at /Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:9521:15
at Walker.visit (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:15411:7)
at visitors.Program (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:15421:16)
at Walker.children (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:15444:7)
at Walker.visit (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:15412:12)
at TransformBindAttrToAttributes_transform [as transform] (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-
template-compiler.js:9516:12)
at Object.preprocess (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:15011:27)
at compileSpec (/Users/dan/Projects/dockyard/client_work/web-client/bower_components/ember/ember-template-compiler.js:10535:22)
The bind-attr deprecation warning error message does not yield any context where the issue is coming from:
/cc @rwjblue
The text was updated successfully, but these errors were encountered: