You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced/types-react-ap.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,9 @@ Anything not listed above is considered an internal type and not public. If you'
130
130
### Adding non-standard attributes
131
131
132
132
The attributes allowed on host components such as `button` or `img` follow the
133
-
HTML living standard. New features that are not yet part of specification
133
+
[HTML living standard](https://html.spec.whatwg.org/). New features that are not yet part of the living standard
134
134
or are only implemented by certain browsers will therefore cause a type error. If
135
-
you specifically write code for these browsers or polyfill this attributes you can
135
+
you specifically write code for these browsers or polyfill these attributes you can
136
136
use [module augmentation](https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation) to still get those components type checked without having
0 commit comments