[Bug/Feature] Better error message if input outside of section

I'm working on a custom app and spent way too long debugging this error:

java.lang.NullPointerException: Cannot get property 'input' on null object on line 66 (mainPage)

The issue was I forgot to put an input in a section. Any chance that error message could be improved?

1 Like

Little over three years later and this just bit me in the rear pretty hard.