errorMessage: ?:0: attempt to perform arithmetic on field 'width' (a nil value) stackTrace: stack traceback: ?: in function \<?:160\> (tail call): ? /Users/jenkins/slaveroot/workspace/Templates/label/android/subrepos/transition/transition.lua:588: in function 'method' /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resourc
So I’m seeing a lot of these come through in flurry and I really have no idea why. It seems like a nil value is passed to the transition is what I gathered.
I have 1 transition in my whole app that uses a width and the width can never be nil because I hard code a value into it. Does anyone have any idea what could be causing this?