downshift-js/downshift

useCombobox appears to be incompatible with react compiler

Fermée

#1 646 ouverte le 7 mai 2025

 (5 commentaires) (3 réactions) (0 personne assignée)JavaScript (980 forks)batch import
help wantedneeds discussionneeds investigation

Métriques du dépôt

Stars
 (11 761 étoiles)
Métriques de merge PR
 (Merge moyen 6j 9h) (5 PRs mergées en 30 j)

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

Guide contributeur