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

Bug: TypeScript definitions need to be updated to allow strings or booleans #3

Closed
zshall opened this issue Apr 13, 2020 · 0 comments
Closed

Comments

@zshall
Copy link
Contributor

zshall commented Apr 13, 2020

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!

zshall added a commit to zshall/aurelia-combo that referenced this issue Apr 13, 2020
@3cp 3cp closed this as completed Apr 13, 2020
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