downshift-js/downshift

useCombobox appears to be incompatible with react compiler

Closed

#1,646 opened on May 7, 2025

 (5 comments) (3 reactions) (0 assignees)JavaScript (980 forks)batch import
help wantedneeds discussionneeds investigation

Repository metrics

Stars
 (11,761 stars)
PR merge metrics
 (Avg merge 6d 9h) (5 merged PRs in 30d)

Description

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

Contributor guide