VulcanJS / Vulcan

🌋 A toolkit to quickly build apps with React, GraphQL & Meteor
http://vulcanjs.org
MIT License
7.98k stars 1.88k forks source link

create functions add non null checks #2710

Closed EloyID closed 3 years ago

EloyID commented 3 years ago

When updating a document with the smartform and some error was thrown, no warning appeared because of the lines I have changed.

I just added ?. checks so have not added tests