Browse Source

Update invalid-aria-prop.md (#4457)

main
DeltaZN 3 years ago
committed by GitHub
parent
commit
dbbb097262
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/warnings/invalid-aria-prop.md

2
content/warnings/invalid-aria-prop.md

@ -8,4 +8,4 @@ The invalid-aria-prop warning will fire if you attempt to render a DOM element w
1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled. 1. If you feel that you are using a valid prop, check the spelling carefully. `aria-labelledby` and `aria-activedescendant` are often misspelled.
2. React does not yet recognize the attribute you specified. This will likely be fixed in a future version of React. However, React currently strips all unknown attributes, so specifying them in your React app will not cause them to be rendered 2. React does not yet recognize the attribute you specified. This will likely be fixed in a future version of React.

Loading…
Cancel
Save