Yes,
Thunkable does not know what to do when it encounters null
. This is the reason you get the crash.
So unless you do not deliberately want a null
, you should avoid it in the code.
Yes,
Thunkable does not know what to do when it encounters null
. This is the reason you get the crash.
So unless you do not deliberately want a null
, you should avoid it in the code.