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>
Copyright © 2021 Jogjafile Inc.
You forgot to pass the prop
stationData
in the dependency array: