We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have an isNil check in my code that used to work with the older version. Now it breaks because isNil is false due to the value being "nil," not nil.
isNil
nil
Activity