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