From 914bbd67a819e105ad3af2ed1d2c7e1eb3fee395 Mon Sep 17 00:00:00 2001 From: devuxer Date: Fri, 15 Jun 2018 18:10:55 -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/v15/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react/v15/index.d.ts b/types/react/v15/index.d.ts index 8e89bfb48d..d5c8f296de 100644 --- a/types/react/v15/index.d.ts +++ b/types/react/v15/index.d.ts @@ -3028,6 +3028,7 @@ declare namespace React { hanging?: number | string; horizAdvX?: number | string; horizOriginX?: number | string; + href?: string; ideographic?: number | string; imageRendering?: number | string; in2?: number | string;