Trying to set a property in a props function, when a dependency didn't return an object causes this error which is hard to find the root cause. There should be a handler around calling the props function, which determines if this._props is undefined or not, and throws an error so users can correct the issue.
TypeError: Cannot set property 'property' of undefined
at Object.module.exports.rc.createConductor.props [as propsFn]
at Conductor._mergeDeps (/restify-conductor/lib/Conductor.js:256:35)