外觀
禁止使用未知的 DOM 屬性。
您可以使用沒有效果的未知屬性名稱。
// Unknown properties const Hello = <div class="hello">Hello World</div>; const Alphabet = <div abc="something">Alphabet</div>; // Invalid aria-* attribute const IconButton = <div aria-foo="bar" />;