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 pure option + Update Zero #39

Merged
merged 1 commit into from
Feb 25, 2019
Merged

Fix pure option + Update Zero #39

merged 1 commit into from
Feb 25, 2019

Conversation

ItsJonQ
Copy link
Contributor

@ItsJonQ ItsJonQ commented Feb 25, 2019

Fix pure option + Update Zero

This update fixes the { pure } option for create-emotion-styled into
the correct scope.

This update also updates @helpscout/zero to the latest version.

This update fixes the `{ pure }` option for `create-emotion-styled` into
the correct scope.

This update also updates `@helpscout/zero` to the latest version.
@ItsJonQ ItsJonQ added bug Something isn't working enhancement New feature or request labels Feb 25, 2019
@ItsJonQ ItsJonQ self-assigned this Feb 25, 2019
let createStyled: CreateStyled = (tag, options) => {
// Custom Fancy, non-Emotion default options
const { pure } = { ...defaultProps, ...options }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needed to be in the createStyled function scope

@ItsJonQ ItsJonQ merged commit af51112 into master Feb 25, 2019
@coveralls
Copy link

Pull Request Test Coverage Report for Build 221

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 220: 0.0%
Covered Lines: 73
Relevant Lines: 73

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants