You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Some of my components have enum types where the value is one string from a possible set of about ~1600 strings.
When switching between stories that have these types, performance noticably drops: it takes a few seconds to render the next story and it's addon panels. I have narrowed the bottleneck to this super useful addon.
Some of my components have enum types where the value is one string from a possible set of about ~1600 strings.
When switching between stories that have these types, performance noticably drops: it takes a few seconds to render the next story and it's addon panels. I have narrowed the bottleneck to this super useful addon.
Would maintainers be open to using a virtualized select implementation to improve performance? Ex: something like https://github.com/bvaughn/react-virtualized-select
I am willing to contribute this change. Thanks!
The text was updated successfully, but these errors were encountered: