Maxim

Results 4 comments of Maxim

I have this issue as well.I just use the render prop to render the TextMaskInput in a regular TextInput from react-native. I get the same error.

Make sure the path is correct. changing this: href="css/style.css" to this: href="/css/style.css" worked! I also did not specify a type.

I played with the the example in stackblitz. I changed the itemSize to 1 and removed appendOnly. It's a temporary fix. https://stackblitz.com/edit/angular-eb1m1s?file=src/app/cdk-virtual-scroll-append-only-example.ts. I'll dig deeper and see if I can...