We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We want to report a bug with the set up and are too lazy to make a pull request,
please replace
value={this.state.selectedOption.value} with value={this.state.selectedOption && this.state.selectedOption.value}
This is found in the setup exampleon the readme!,
this would help us not have broken code, the x breaks it, thanks!
The text was updated successfully, but these errors were encountered:
Merge pull request #2246 from yuri-sakharov/fix/readme-1
bb69f47
Fixed readme example. Issue #2235
Fixed by #2246
Sorry, something went wrong.
No branches or pull requests
We want to report a bug with the set up and are too lazy to make a pull request,
please replace
value={this.state.selectedOption.value}
with
value={this.state.selectedOption && this.state.selectedOption.value}
This is found in the setup exampleon the readme!,
this would help us not have broken code, the x breaks it, thanks!
The text was updated successfully, but these errors were encountered: