There are two options for you to define the Children props. You can choose what ever style you prefer to define the children function. In above example we use the data arguments to map all available ...
({ deadDrop: { values: deadDropValues } } = {}, actions, props) => ({ ...props, ...actions, deadDrop, onSubmit: values => new Promise((resolve, reject) => { actions ...