The problem looks like functional type is nullable...
# getting-started
o
The problem looks like functional type is nullable, so you can’t just call it with
()
. Either check it for null, or use safe call with explicit invoke
k
orangy: Well he doesn't want to use .invoke, that just happened to show up in the error message for something unrelated.