score:0

Accepted answer

since it's really the hoc that receives the props (or rather the component the function returns), you can just access them with this.props:

const temp = this.props.clientid;

Related Query

More Query from same tag