Skip to content

ExperienceState

error: unknown


refresh: () => void

Re-resolves the current inputs, bypassing the cache.

void


result: ExperienceResult | undefined

The latest result — under keepPrevious, still the previous one while status is loading.


stale: boolean

true when result came from the client’s persisted stale-while-revalidate cache and hasn’t yet been confirmed by a real resolve. false whenever persistence is off or not configured — this is not a “might be out of date” flag in the general sense. Clears the moment the first real resolve of this mount settles (success or error).


status: ExperienceStatus