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
When passing an option as a value componentWillReceiveProps will always fire a state change and if using aysncOptions causing a fetch every time state is updated. This checks to see if the value prop is an object and and handles this special case.
I know there is the new v1.0.0 but it does not support create and tags yet so this is still needed and I was unable to create a PR against v0.9.1 as it is a tag.
The text was updated successfully, but these errors were encountered:
When passing an option as a value componentWillReceiveProps will always fire a state change and if using aysncOptions causing a fetch every time state is updated. This checks to see if the value prop is an object and and handles this special case.
https://github.com/wizhippo/react-select/tree/v0.9.1-fix-value-check
I know there is the new v1.0.0 but it does not support create and tags yet so this is still needed and I was unable to create a PR against v0.9.1 as it is a tag.
The text was updated successfully, but these errors were encountered: