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

Improve labels and upgrade @emotion/stylis #741

Merged
merged 2 commits into from
Jun 21, 2018
Merged

Improve labels and upgrade @emotion/stylis #741

merged 2 commits into from
Jun 21, 2018

Conversation

emmatown
Copy link
Member

What:

Why:

Closes #727 and part of #728

How:

Checklist:

  • Documentation
  • Tests
  • Code complete

@@ -288,7 +288,7 @@ const foo = W => class extends Component {
render() {
return <div className={
/*#__PURE__*/
_css(\\"color:brown;label:foo(Component);\\")}>Hello</div>;
Copy link
Member Author

@emmatown emmatown Jun 21, 2018

Choose a reason for hiding this comment

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

This would have broken before since class names can't have brackets

@emmatown emmatown merged commit 8caee3e into master Jun 21, 2018
@emmatown emmatown deleted the improve-labels branch June 21, 2018 20:53
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.

autoLabel doesn't work for styles assigned to component's static properties
1 participant