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
In index.d.ts, the combo() function defines shortcuts as string[]. Now that we've made implemented #1 , We'll need to update the TypeScript definition to allow (string|boolean)[].
I didn't catch this until this morning when I updated my TS codebase to the new version. D'oh!
The text was updated successfully, but these errors were encountered:
zshall
added a commit
to zshall/aurelia-combo
that referenced
this issue
Apr 13, 2020
In
index.d.ts
, thecombo()
function definesshortcuts
asstring[]
. Now that we've made implemented #1 , We'll need to update the TypeScript definition to allow(string|boolean)[]
.I didn't catch this until this morning when I updated my TS codebase to the new version. D'oh!
The text was updated successfully, but these errors were encountered: