**Describe the bug** Fetch is called in spite of conditional variable value is undefined **⚠️ Make a Codesandbox ⚠️** ```javascript const {data} = useFetch(`/api/product/${id}`, {}, [id]); ``` **Expected behavior** Fetch shouldn't call the api when the conditional variables are undefined