-
Notifications
You must be signed in to change notification settings - Fork 559
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
Add displayName to all components #160
Conversation
🤔 Wonder why all these live editor commits are showing up as diffs when they were merged into master in 0.0.12? |
Yeah, I'm doing a |
1818474
to
cb2129a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯 Need to double check other displaynames aren't still in there
.eslintrc.json
Outdated
@@ -5,6 +5,6 @@ | |||
"plugin:jsx-a11y/recommended" | |||
], | |||
"rules": { | |||
"no-unused-vars": ["error", {"args": "after-used"}] | |||
"import/no-namespace": "warn" |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Okay, conflicts fixed. This should be ready to include in #182. |
Fixes #141.