downshift-js/downshift

useCombobox appears to be incompatible with react compiler

Open

#1.646 geöffnet am 7. Mai 2025

Auf GitHub ansehen
 (4 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)JavaScript (11.761 Stars) (980 Forks)batch import
help wantedneeds discussionneeds investigation

Beschreibung

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