downshift-js/downshift
useCombobox appears to be incompatible with react compiler
已關閉
#1,646 建立於 2025年5月7日
help wantedneeds discussionneeds investigation
倉庫指標
- 星標
- (11,761 顆星)
- PR 合併指標
- (平均合併 6天 9小時) (30 天內合併 5 個 PR)
描述
If I try and type in an input on combobox then the value does not update. If I add 'use no memo'; to the file to opt out then it works as expected.
I have created a minimal reproduction: https://stackblitz.com/edit/vitejs-vite-jzpospa2?file=src%2FApp.jsx