I have a function in my functional component
const getParams = (id) => { fetch(getQueryPath+id) .then(response => response.json())