downshift-js/downshift

useCombobox appears to be incompatible with react compiler

Open

#1,646 创建于 2025年5月7日

在 GitHub 查看
 (4 评论) (3 反应) (0 负责人)JavaScript (11,761 star) (980 fork)batch import
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

贡献者指南