downshift-js / downshift

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
http://downshift-js.com/
MIT License
12.11k stars 932 forks source link

fix(useMouseAndTouchTrackers): dependency array #1612

Closed silviuaavram closed 4 months ago

silviuaavram commented 4 months ago

Alternative for https://github.com/downshift-js/downshift/pull/1609. It should avoid adding and removing event listeners on each render, while fixing the initial issue.

Closes https://github.com/downshift-js/downshift/issues/1600.

VasilisaGoloborodko commented 4 months ago

Hey @silviuaavram . Any update on this one? Could you say when you are going to complete it?

silviuaavram commented 4 months ago

Still haven't finished the implementation, but I would expect it to be done this week.

silviuaavram commented 4 months ago

9.0.7-alpha.3 try it out. Should work now. @VasilisaGoloborodko

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 9.0.7 :tada:

The release is available on:

Your semantic-release bot :package::rocket: