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

Warn about being used as object style's key #1580

Merged
merged 1 commit into from Oct 29, 2019

Conversation

Andarist
Copy link
Member

closes #1097

@changeset-bot
Copy link

changeset-bot bot commented Oct 28, 2019

🦋 Changeset is good to go

Latest commit: 97f693f

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@codecov
Copy link

codecov bot commented Oct 28, 2019

Codecov Report

Merging #1580 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted Files Coverage Δ
packages/serialize/src/index.js 100% <100%> (ø) ⬆️

key,
value[i]
)};`
string += `${key}:${processStyleValue(key, value[i])};`
Copy link
Member

Choose a reason for hiding this comment

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

Why is processStyleName not being used here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh, I was experimenting with code changes - didn't mean to actually commit this. Gonna revert this back in a moment and gonna add a test for this.

@Andarist
Copy link
Member Author

@mitchellhamilton done with the changes

Copy link
Member

@emmatown emmatown left a comment

Choose a reason for hiding this comment

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

Thanks!!

@emmatown emmatown merged commit ca95f38 into master Oct 29, 2019
@emmatown emmatown deleted the dev-hint/undefined-obj-key branch October 29, 2019 11:30
@github-actions github-actions bot mentioned this pull request Oct 29, 2019
louisgv pushed a commit to louisgv/emotion that referenced this pull request Sep 6, 2020
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.

emotion macro returns undefined when used as selector
2 participants