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

Custom attribute follow up #10470

Merged
merged 2 commits into from
Aug 16, 2017

Conversation

nhunzaker
Copy link
Contributor

Follow up from #10385.

  • Adds backticks around props in ReactDOMInvalidARIAHook. This is consistent with ReactUnknownDOMPropertyHook
  • Fixes test names in server integration tests to reflect the change in behavior of custom attributes

@nhunzaker nhunzaker force-pushed the custom-attribute-follow-up branch from d710016 to 55d7cdf Compare August 16, 2017 13:14
@gaearon gaearon merged commit 5ba1803 into facebook:master Aug 16, 2017
@@ -94,7 +94,7 @@ function validateProperty(tagName, name, debugID) {
if (name !== standardName) {
warning(
false,
'Unknown ARIA attribute %s. Did you mean %s?%s',
'Unknown ARIA attribute `%s`. Did you mean `%s`?%s',
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we use Invalid wording everywhere except here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants