Jacob Knight

Results 2 issues of Jacob Knight

Is there any way to set the -crossplay flag?

``` 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}`); } ```...