```html <svg width="100%" height="100%"> <text textLength="100%">foobar</text> </svg> ``` This leads to: `Argument of type '{ textLength: string; }' is not assignable to parameter of type 'never'.` On the `text` element. Version 1.7.0. cc @NullVoxPopuli