This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Decide what to do with react-virtualized-select dependency #399
Open
Description
The react-virtualized-select
package we're using is no longer being updated by its author. There are a few bugs associated with our Dropdown component, https://github.com/orgs/plotly/projects/4#column-3856815 and we are missing out on the updates to react-select
that react-virtualized-select
is using internally. We have a couple of options:
- Build our own (virtualized) dropdown component
- Fork
react-virtualized-select
and keep it up to date ourselves (or ask if we can be maintainers - the author mentions he is looking for someone to maintain)