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

Deprecations #819

Open
eric-g-97477 opened this issue Nov 8, 2022 · 1 comment
Open

Deprecations #819

eric-g-97477 opened this issue Nov 8, 2022 · 1 comment

Comments

@eric-g-97477
Copy link

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.

@vstefanovic97
Copy link
Contributor

I created a PR with the fix if someone can just run the workflow and merge it
#824

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