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

[multiselect]: fix incorrectly typed props #18575

Open
kennylam opened this issue Feb 12, 2025 · 0 comments
Open

[multiselect]: fix incorrectly typed props #18575

kennylam opened this issue Feb 12, 2025 · 0 comments

Comments

@kennylam
Copy link
Member

kennylam commented Feb 12, 2025

The Downshift props filteredItems and initialSelectedItems are incorrectly typed and result in the following build error:

Type 'ItemType' is not assignable to type 'never'. ts(2322)

Affected files are:

Currently bypassed with @ts-ignore so doesn't interfere with build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ⏱ Backlog
Development

No branches or pull requests

1 participant