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
Type '(selection: BlahModel | BlahModel[], { abort }: { ...; }) => void' is not assignable to type '(rows: BlahModel | BlahModel[]) => void'.
Target signature provides too few arguments. Expected 2 or more, but got 1.
Thanks!
The text was updated successfully, but these errors were encountered:
acdn-tsmith
changed the title
abort typing for onSelect
missing abort typing for onSelectJan 9, 2024
lukasnys
added a commit
to lukasnys/ember-table
that referenced
this issue
Jul 10, 2024
I have run across a typing issue when trying to consume the abort helper #918 with a multi select table. It doesn't appear that the typings have been updated: https://github.com/Addepar/ember-table/blob/master/types/components/ember-tbody/component.d.ts
I am using
5.0.6
.This is the error message I get.
Thanks!
The text was updated successfully, but these errors were encountered: