Returns a Tanstack useQuery object for fetching a specific match by its ID.
useQuery
const { isPending, data: match } = useHistoryGet("1234"); Copy
const { isPending, data: match } = useHistoryGet("1234");
The ID of the match.
Returns a Tanstack
useQuery
object for fetching a specific match by its ID.