downshift-js/downshift
GitHub で見るuseCombobox appears to be incompatible with react compiler
Open
#1,646 opened on 2025年5月7日
help wantedneeds discussionneeds investigation
説明
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