@playlive/react-query
    Preparing search index...

    Function useFundraisingEventMilestones

    • Fetch the active milestones for a Tiltify fundraising event. Twitch returns [].

      Proxy-only: this route exists on the PLAY LIVE Tiltify proxy, not on Tiltify's public API, so configure({ tiltifyProxyUrl }) must have run at boot. Only St. Jude fundraising events are served; anything else is rejected upstream.

      charityType defaults to "tiltify"; omitting it and passing it explicitly share one cache entry, since the resolved value is what lands in the queryKey.

      Disabled until eventId is truthy. Errors resolve to [] rather than surfacing on isError — an unknown event, a malformed id, and a non-St.-Jude event all render as "no active milestones". Callers that must distinguish should call tiltify.GetActiveFundraisingEventMilestones directly.

      Parameters

      Returns UseFetchResult<TiltifyFactMilestone[]>