Skip to content

Instantly share code, notes, and snippets.

@mcatta
Created October 25, 2022 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcatta/33f61a22de7dc200075c09d7c4725c62 to your computer and use it in GitHub Desktop.
Save mcatta/33f61a22de7dc200075c09d7c4725c62 to your computer and use it in GitHub Desktop.
// Error
inState<GithubState.Error> {
on { _: GithubAction.RetryLoadingAction, state: State<GithubState.Error> ->
state.override { GithubState.Load(owner = state.snapshot.owner) }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment