Closed Windvis closed 1 week ago
It seems we don't define classic actions in our own components and they all come from the ember-data-table base classes. We should either finish #498 or fix this in the v2 branch of ember-data-table.
Made a PR to fix some of the upstream issues: https://github.com/mu-semtech/ember-data-table/pull/36
That should allow us to remove {{action}}
here as well.
It seems some of our AuDataTable components use the
{{action}}
modifier which is deprecated. We should update our usage so we don't block the v6 update.