From 2aabf9153ad5697fb284339a93e10f84f55aa99a Mon Sep 17 00:00:00 2001 From: devuxer Date: Mon, 18 Jun 2018 16:57:43 -0700 Subject: [PATCH] Added href to SVGAttributes According to MDN, `xlink:href` has been deprecated. The recommendation is to use `href` (without the namespace prefix) instead. Source: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href --- types/react/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 2468ab283f..99319eaee0 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -3103,6 +3103,7 @@ declare namespace React { hanging?: number | string; horizAdvX?: number | string; horizOriginX?: number | string; + href?: string; ideographic?: number | string; imageRendering?: number | string; in2?: number | string;