-
Notifications
You must be signed in to change notification settings - Fork 104
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
Fix using <Placeholder> and <Option> array together #161
Comments
@andreychev thx for reporting, will look into this today or tomorrow |
Its coming from line: Select.jsx line:62 One trouble is also that options.map returns an array, placeholder has been given as separate component but should have been part of array. placeholder + array !== array |
Workaround for now: |
This has been fixed with PR #148 |
any ETA on this PR? I just got bitten by this as well :) |
:) this should be merged and released in 1-2 days. |
@luisrudge Will cut a release with this today 😄 |
@andreychev we cut a release today - problem solved 😄 |
The text was updated successfully, but these errors were encountered: