I'm using axios to request in my useEffect and the prop I pass is only a simple id. Here's the main part of my code;
return (
<>
<Table striped bordered hover>
I'm using axios to request in my useEffect and the prop I pass is only a simple id. Here's the main part of my code;
return (
<>
<Table striped bordered hover>
You forgot to pass the prop
stationData
in the dependency array: