TypeScript Version:
2.3.4 and later
Search Terms:
SVGTransformable missing type
Code
const someFun = (node: SVGTransformable) => { }
Expected behavior:
Success compilation.
Actual behavior:
Error TS2304: Cannot find name 'SVGTransformable'.
Playground Link:
Link
Comments:
Version 1.8.7 has SVGTransformable type.
TypeScript Version:
2.3.4 and later
Search Terms:
SVGTransformable missing type
Code
Expected behavior:
Success compilation.
Actual behavior:
Error TS2304: Cannot find name 'SVGTransformable'.
Playground Link:
Link
Comments:
Version 1.8.7 has
SVGTransformabletype.