Skip to content
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

Reporting fix please #2235

Closed
slota opened this issue Dec 20, 2017 · 1 comment
Closed

Reporting fix please #2235

slota opened this issue Dec 20, 2017 · 1 comment

Comments

@slota
Copy link

slota commented Dec 20, 2017

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!

JedWatson added a commit that referenced this issue Jan 4, 2018
@JedWatson
Copy link
Owner

Fixed by #2246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants