can i set multiple props in parent to pass in child in react code example
Example: passing multiple props to child component in react
<ChildComponentName value1={this.state.value1} value2={this.state.value2}/>
<ChildComponentName value1={this.state.value1} value2={this.state.value2}/>