how to use the value with history.push in react code example
Example 1: react router history push parameter
this.props.history.push({
pathname: '/template',
search: '?query=abc',
state: { detail: response.data }
})
Example 2: how to get state value from history react
this.props.location.customNameData // it is equal to yourData