-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async cache is empty #2331
Comments
The exact same thing for me. Also used cache={false} as a workaround but it feels wrong. |
Has anyone been able to fix this? Getting the same error |
I have just the same error |
Hey @drakoniprincessa v1 of react-select is no longer maintained. We recommend maintaining your own v1 fork if you want to address We highly recommend upgrading from v1 to v2. Chances are this issue might already be fixed or non-existent in v2. I'm closing this issue/PR now. Feel free add your thoughts in #3981 and reference this issue/PR if needed. |
It was a problem to create the same environment in plunker. So in plunker example it works fine.
https://plnkr.co/edit/kGXvEPJHzrSRlzKdTO1e?p=preview
In my project (react 16.2.0 react-select 1.2.1)
Async component returns nothing for cached options (after first loadOptions). With option cache={false} it works fine. But it is still a bug.
The text was updated successfully, but these errors were encountered: