how to pass function t oa nested child code example
Example: passing functions to nested children
<GetAllCouriers handleCouriers={() => this.handleChange('carrier')} />
<GetAllCouriers handleCouriers={() => this.handleChange('carrier')} />