When I use `text-shadow` on a ui-label 1.3.41 element, I get a runtime error on Android (works on iOS): ``` Cannot read properties of undefined (reading 'toDevicePixels') ``` Here is some example CSS: ``` text-shadow: 0 1 2 black; ```