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

Handle null value in array of styles. #316

Merged
merged 2 commits into from
Sep 20, 2017
Merged

Conversation

tkh44
Copy link
Member

@tkh44 tkh44 commented Sep 20, 2017

const cls1 = css([
  {
    height: 50,
    width: 20
  },
  null
])

@tkh44 tkh44 requested a review from emmatown September 20, 2017 22:16
@codecov
Copy link

codecov bot commented Sep 20, 2017

Codecov Report

Merging #316 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #316   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files          16       16           
  Lines         561      561           
  Branches      137      137           
=======================================
  Hits          540      540           
  Misses         16       16           
  Partials        5        5
Impacted Files Coverage Δ
packages/emotion/src/index.js 99.02% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f5eb05...2407405. Read the comment docs.

@tkh44 tkh44 merged commit 5534933 into master Sep 20, 2017
@tkh44 tkh44 changed the title Add failing test for null in array Handle null value in array of styles. Sep 20, 2017
@tkh44 tkh44 deleted the array-with-null-breaking branch September 20, 2017 22:21
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.

1 participant