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

Return null when there's no error in renderComponents #197

Merged
merged 2 commits into from
Mar 8, 2016

Conversation

pbazydlo
Copy link
Collaborator

@pbazydlo pbazydlo commented Mar 7, 2016

Partially fixes: #191
When rendering multiple components and there's no errors client will now return null instead of array of undefined.
Also if there is no error for given component, but there are errors for other components it will now return null for this component instead of undefined.

matteofigus added a commit that referenced this pull request Mar 8, 2016
Return null when there's no error in renderComponents
@matteofigus matteofigus merged commit a4ce624 into master Mar 8, 2016
@matteofigus matteofigus deleted the issue191part1 branch March 8, 2016 11:58
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

Successfully merging this pull request may close these issues.

unintuitive errors on renderComponents
2 participants