Open
Description
const { loading, get } = useFetch(
`${apiGateWayEndpoint}/api/v1/schdule`,
{
headers: {
'Content-Type': 'application/json',
},
redirect: 'follow',
cachePolicy: CachePolicies.NO_CACHE,
}
);
getData = async (id) => {
get(`?id=${id}`);
}
Is caching somehow and returning the previous ID's data on a 500+ error.
Metadata
Metadata
Assignees
Labels
No labels