reaja história com pesquisa
this.props.history.push({
pathname: '/template',
search: '?query=abc',
state: { detail: response.data }
})
Mystic Dev
this.props.history.push({
pathname: '/template',
search: '?query=abc',
state: { detail: response.data }
})