Optional props, performance update
Props are now optional if the Manager do not require any props.
Object.assign is used instead of the spread operator due to performance.
Props are now optional if the Manager do not require any props.
Object.assign is used instead of the spread operator due to performance.