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

fix(factories): explicitly handle each value type #539

Merged
merged 1 commit into from
Sep 23, 2016

Conversation

levithomason
Copy link
Member

@levithomason levithomason commented Sep 23, 2016

Factories were returning empty components give boolean values. This PR makes each return type explicitly list what it includes rather than excludes. The final else condition is null.

@jeffcarbs
Copy link
Member

Ran locally and fixes the dropdown icon issue. Lgtm 👍

@codecov-io
Copy link

Current coverage is 98.86% (diff: 100%)

Merging #539 into master will not change coverage

@@             master       #539   diff @@
==========================================
  Files           108        108          
  Lines          1762       1762          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           1742       1742          
  Misses           20         20          
  Partials          0          0          

Powered by Codecov. Last update 68921fe...112d38c

@levithomason levithomason merged commit 7621a1b into master Sep 23, 2016
@levithomason levithomason deleted the fix/factory-boolean-values branch September 23, 2016 20:52
@levithomason
Copy link
Member Author

Released in stardust@0.46.1

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

Successfully merging this pull request may close these issues.

3 participants