TypeScripthelp wanted
倉庫指標
- Star
- (11,761 star)
- PR 合併指標
- (平均合併 6天 9小時) (30 天內合併 5 個 PR)
描述
downshiftversion:nodeversion:npm(oryarn) version:
Relevant code or config
What you did:
What happened:
Reproduction repository:
Problem description: Since we use items/selectedItems just for some logic and we do not tamper with them, we can mark them as read only in the TS interface.
Suggested solution: In typings.ts for useSelect, useCombobox and useMultipleSelection, use Readonly to wrap the items type.