nativescript-community / ui-label

Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.
Apache License 2.0
19 stars 7 forks source link

TypeError: undefined is not an object (evaluating 'this.htmlText.removeAttributeRange') #1

Closed danielgek closed 5 years ago

danielgek commented 5 years ago

The function needs to be arrow function otherwise this.htmlText is null

https://github.com/Akylas/nativescript-label/blob/0ac09b4120d90951d918fa9026ec41df651b10fd/src/label.ios.ts#L148

farfromrefug commented 5 years ago

@danielgek thanks! fixed in 1.0.5

danielgek commented 5 years ago

@farfromrefug wow that was fast, in meanwhile got another problem will open another issue