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

lib: Fix TypeScript error in TypeaheadSelect correctly #21199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mvollmer
Copy link
Member

The "isDisabled" in the props needs to remain optional, otherwise every user has to provide it. The default value in the function does nothing for this.

The real problem was assigning that to MenuToggleProps, but there the default value will make sure that isDisabled is not undefined anymore.

The "isDisabled" in the props needs to remain optional, otherwise
every user has to provide it. The default value in the function does
nothing for this.

The real problem was assigning that to MenuToggleProps, but there the
default value will make sure that isDisabled is not undefined anymore.
@mvollmer
Copy link
Member Author

It would be nice to find mistakes like this by actually running the type checker over the code that uses TypeaheadSelect, but I understand now why that is difficult.

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

Successfully merging this pull request may close these issues.

2 participants