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
While building, I am getting the following deprecation warnings with 3.0.0 beta.1
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L3:C10) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L11:C20) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L20:C20) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L29:C20) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
Can they be fixed easily and a beta.2 released?
I am building with Ember 3.28.
The text was updated successfully, but these errors were encountered:
While building, I am getting the following deprecation warnings with 3.0.0 beta.1
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L3:C10) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L11:C20) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L20:C20) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
DEPRECATION: Using {{attrs}} to reference named arguments has been deprecated. {{attrs.id}} should be updated to {{@id}}. ('ember-light-table/components/light-table.hbs' @ L29:C20) [deprecation id: attrs-arg-access] See https://deprecations.emberjs.com/v3.x/#toc_attrs-arg-access for more details.
Can they be fixed easily and a beta.2 released?
I am building with Ember 3.28.
The text was updated successfully, but these errors were encountered: